﻿.forul {
    padding: 0px !important;
}

.forli {
    list-style: none !important;
    padding: 0px !important;
}

.btxt:hover {
    text-decoration: underline;
}


.headh1h2h3 h1 {
    position: relative !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.3em !important;
    font-family: 'Inter';
    margin: 15px 0 !important;
}

h2 {
    position: relative !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.3em !important;
    font-family: 'Inter';
    margin: 15px 0 !important;
}

h3 {
    position: relative !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.3em !important;
    font-family: 'Inter';
    margin: 15px 0 !important;
}

.faq-container {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question {
    font-size: 16px;
    margin: 0;
}

.faq-icon {
    font-size: 18px;
}

.faq-answer {
    display: none;
    padding-top: 10px;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .faq-question {
        font-size: 14px;
    }

    .faq-icon {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .faq-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .faq-icon {
        margin-top: 5px;
    }
}

.collapse:not(.show) {
    display: block;
}



#strreporttitle {
    font-size: 21px;
    margin-top: -10px;
}
@media screen and (max-width : 320px) {
    .cc {
        height: auto;
    }
}

@media screen and (max-width : 380px) {
    .cc {
        height: auto;
    }
}

@media only screen and (max-width: 479px) {
    h1 {
        font-size: 28px;
        line-height: 1.4em;
    }

    .cc {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 36px;
    }

    .cc {
        height: auto;
    }
}

@media screen and (max-width : 1024px) {
    .cc {
        height: 550px;
    }
}

@media only screen and (max-width: 1140px) {
    h1 {
        font-size: 42px;
        margin-right: -76px;
    }

    .cc {
        height: 550px;
    }
}

#nav-about ul li {
    margin-left: 25px;
    list-style: square;
    line-height: 22px;
    font-size: 15px;
    font-weight: 300;
    color: #4D4D4D;
    text-align: justify;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
}

#new ul li {
    margin-left: 25px;
    list-style: square;
    line-height: 21px;
    font-size: 14px;
    font-weight: bold;
    color: #4D4D4D;
    text-align: justify;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
}

#nw ul li {
    text-align: inherit;
    margin-left: 25px;
    list-style: square;
    line-height: 21px;
    font-size: 14px;
    font-weight: bold;
    color: #4D4D4D;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.scroll-to-top {
    margin-bottom: 35px;
    position: fixed;
    right: 0px;
}

.minalclass {
    position: fixed;
    right: 0px;
}

.sticky-chat-now {
    position: fixed;
    bottom: 10px;
    right: 20px;
    color: black;
    padding: 5px 10px;
    font-size: 14px;
    z-index: 1000;
    transition: background-color 0.3s ease;
}

.pagination {
    padding-top: 30px;
}

#pagin {
    margin-top: 30px;
}

    #pagin li a {
        color: #0b4f67;
    }

    #pagin li {
        color: #005978;
        float: left;
        padding: 8px 8px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #333;
    }

        #pagin li a {
            display: inline-block;
        }


.current {
    padding: 0px 8px;
}

#pagin li:hover, #pagin li:focus {
    color: #fff;
    background: #005978;
}

    #pagin li:hover a {
        color: #fff;
    }

#pagin li a.current {
    color: #fff;
    background: #005978;
}

current {
    background-color: #005978;
    color: #fff;
    border: 1px solid #4CAF50;
}


#pagin li {
    display: inline-block;
}

.prev {
    cursor: pointer;
}

.next {
    cursor: pointer;
}

.last {
    cursor: pointer;
    margin-left: 5px;
}

.first {
    cursor: pointer;
    margin-right: 5px;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.reportlist {
    position: sticky;
    top: 10px;
}

.col-lg-3 {
    position: sticky;
    top: 10px;
    height: fit-content;
    align-self: flex-start; 
    margin-top: -18px; 
    padding: 20px 0;
    padding-left: 15px;
}

.scrolled-padding {
    position: sticky;
    top: 10px;
    height: fit-content;
    align-self: flex-start;
    margin-top: -18px;
   /* padding: 90px 0;*/
   padding-bottom:10px;
   padding-top:90px;
    padding-left: 15px;
   /* transition: padding 0.3s ease, background-color 0.3s ease;*/
}

@media (max-width: 767px) {
    .col-lg-3 {
        padding-left: 0 !important;
        margin-top: -65px;
        /*margin-bottom: -85px;*/
    }
}

@media (max-width: 768px) {
    .lista {
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }

    .item {
        height: auto !important;
        padding: 10px;
    }

    .item_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px;
        font-size: 14px;
    }

    .pregunta {
        font-size: 14px;
    }

/*    .icon {
        font-size: 16px;
    }*/

    .parrafo {
        font-size: 12px;
        padding: 8px;
        margin: 0;
        text-align: justify;
    }

        .parrafo p {
            margin-top: 0 !important;
            margin-left: 0 !important;
        }
}

.parrafo {
    display: none;
}


.whatsapp-chat-link {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

    .whatsapp-chat-link img {
        max-width: 100%;
        height: auto;
        animation: blink 1s ease-in-out infinite;
    }

@media (max-width: 768px) {
    .whatsapp-chat-link img {
        width: 257px;
        border-radius: 12px;
    }
}

@media (min-width: 769px) {
    .whatsapp-chat-link img {
        width: 215px;
        border-radius: 12px;
    }
}

/* Subtle blinking effect */
@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }
}

.custom-tab-margin {
    margin-top: -45px;
    margin-left: -26px;
    margin-right: -25px;
    background-color: white;
}

@media (max-width: 768px) {
    .custom-tab-margin {
        margin-top: -45px;
        margin-left: -8px;
        margin-right: -1px;
    }
}


.forul1 {
    list-style-type: none;
    padding: 0;
   /* margin: 20px 0;*/
    text-align: center;
}

.responsive-flag {
    max-width: 110px;
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
}

.forli1 {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}

    .forli1 strong {
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
    }


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .sticky {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        height: 0;
        overflow: hidden;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sticky {
        position: static;
        box-shadow: none;
    }
}

.hide-element {
    display: none !important;
}


/* Desktop Defaults */
#sticky-menu {
    margin-left: 0;
}

#search-icon-btn {
    background: white;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-left: -125px;
}



/*.sticky-request {
    position: fixed;
    top: 13px;
    right: 180PX;  
    z-index: 1000;
    background-color: orange;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}*/
@media (max-width: 768px) {
    .sticky-request {
        right: 1vw;
        font-size: 14px;
        padding: 6px 12px;
    }
}

@media (max-width: 480px) {
    .sticky-request {
        top: 10px;
        right: 0.5vw;
        font-size: 12px;
        padding: 5px 10px;
    }
}

/* Responsive Mobile Styles */
@media (max-width: 767px) {
    #scroll-title {
        display: none !important;
    }

    #search-icon-btn {
        margin-left: 0 !important;
        width: 35px;
        height: 35px;
    }

    .sticky-request {
        position: relative !important;
        top: auto;
        right: auto;
        z-index: 1;
        padding: 6px 12px;
        font-size: 14px;
        width: fit-content;
        margin: 10px auto;
        display: block;
        text-align: center;
    }

    .logo {
        margin-left: 0 !important;
        max-width: 100%;
        height: auto;
    }

    .page-breadcrumb {
        margin-top: 10px !important;
        margin-left: 0 !important;
        padding: 0 10px;
        font-size: 14px;
    }
}

/* Scroll title */
#scroll-title {
    transition: opacity 0.3s ease;
    color: rgb(37, 57, 77);
    font-size: 21px;
    font-weight: 700;
}



#scroll-title2 {
    transition: opacity 0.3s ease;
    color: black;
    font-size: 12px;
    font-weight: 700;
    margin-left: 135px;
    margin-top: -10px;
}

/* Mobile View (up to 767px) */
@media (max-width: 767px) {
    #scroll-title2 {
        display: none !important;
    }

    #search-icon-btn {
        margin-left: 0 !important;
        width: 35px;
        height: 35px;
    }

    .sticky-request {
        position: static !important;
        top: auto;
        right: auto;
        z-index: auto;
        padding: 6px 12px;
        font-size: 14px;
    }

    .logo {
        margin-left: 0 !important;
    }

    .page-breadcrumb {
        /* margin-top: -56px !important;
        margin-left: -20px !important;*/
        margin-top: -40px !important;
        margin-left: -50px !important;
    }
}

/* iPad and Tablets (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    #sticky-menu {
        margin-left: -13px !important;
    }

    #search-icon-btn {
        margin-left: -100px !important;
    }

    .sticky-request {
        right: 163px !important;
    }

    .page-breadcrumb {
        margin-left: -30px;
        margin-top: -25px;
    }
}

/* Optional: Large screens (1025px and above) */
@media (min-width: 1025px) {
    #sticky-menu {
        margin-left: 0;
    }

  
}



#connect_analyst {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    background-color: #233649;
    padding: 10px 16px;
    border-radius: 3px;
    white-space: nowrap;
    margin-left: 215px;
    padding-top: 9px;
}

    #connect_analyst:hover {
        text-decoration: none !important;
        background-color: #1d2c3a;
    }


    .info-list.top-social.text-center {
        padding: 7px 0px 0px;
        margin-left: 162px; /* Default margin for desktop */
    }

/* Media query for mobile */
@media (max-width: 768px) {
    .info-list.top-social.text-center {
        margin-left: 0; /* Remove the margin for mobile view */
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #headeremail {
        margin-left: 50px;
    }
}
.button-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 110px;
    margin-top: -43px;
}

.request-sample-btn {
    text-decoration: none;
    color: #233649;
    font-size: 16px;
    font-weight: 600;
    background-color: orange;
    padding: 10px 18px;
    border-radius: 3px;
    white-space: nowrap;
    padding-top: 5px;
    margin-left: -184px;
    margin-top: 2px;
}

    .request-sample-btn:hover {
        background-color: #cd8604;
        text-decoration: none !important;
        color: #233649;
    }


  /*-------------  Our client section ---------------*/


.sidebar {
    background: white;
    /*padding: 20px;*/
    box-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
    width: 285px;
    font-family: 'Inter';
    margin-top: 20px;
}

@media (max-width: 767px) {
    .sidebar {
        width: auto;
    }
}

.sidebar-titleOne h4 {
    background: #ededed;
    text-align: center;
    color: black;
    padding: 10px 15px;
    /*border-radius: 5px;*/
    font-size: 16px;
    font-weight: bold;
}

.industry-list2 {
    list-style: circle;
    padding: 0;
    margin: 15px 0;
}

    .industry-list2 li {
        margin: 10px 0;
        font-size: 14px;
        color: #1d4ed8;
        transition: color 0.3s;
    }

        .industry-list2 li:hover {
            color: #0f172a;
        }

marquee {
    height: 200px;
}

.custom-btn {
    display: block;
    width: 100%;
    background-color: #ffa500;
    color: white !important;
    border: none;
    padding: 7px 15px;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: 'Inter';
    font-weight: 700;
}

    .custom-btn i {
        margin-right: 8px;
    }

    .custom-btn:hover {
        text-decoration: none !important; /* remove underline on hover */
        background-color: #cd8604;
    }

.btn-primaryOne {
    display: block;
    width: 100%;
    background-color: #555555;
    color: white !important;
    border: none;
    padding: 7px 15px;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: 'Inter';
}

    .btn-primaryOne:hover {
        text-decoration: none !important; /* remove underline on hover */
        background-color: #544343;
    }

.btn-primaryTwo {
    display: block;
    width: 100%;
    background-color: #343a40;
    color: white !important;
    border: none;
    padding: 7px 15px;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: 'Inter';
}

/*----------offer blink css------------*/

@keyframes blinkOffer {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.offer-blink {
    animation: blinkOffer 1.5s infinite;
}

/*whats app section*/

.whatsapp-button {
    display: inline-block;
    background-color: #069b30;
    color: white;
    padding: 6px 55px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
    margin-bottom: 10px;
}

    .whatsapp-button i {
        margin-right: 8px;
        font-size: 20px;
        vertical-align: middle;
    }

    .whatsapp-button:hover {
        background-color: #037c25;
        color: white;
        text-decoration: none !important;
    }

@media only screen and (max-width: 768px) {
    .whatsapp-button {
        display: block;
        width: 100%;
        background-color: #069b30;
        color: white !important;
        border: none;
        padding: 7px 15px;
        font-size: 16px;
        border-radius: 6px;
        margin-bottom: 10px;
        cursor: pointer;
        font-family: 'Inter';
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #txtbutton {
        width: 30px;
    }
    #txtsearch {
        width: 135px;
    }
}


.checklist {
    font-size: 15px;
    letter-spacing: 0.8px;
    /*margin-top: 5px;*/
}

    .checklist .d-flex {
        gap: 8px;
    }

#nav-tabContent {
    margin-bottom: -60px;
}


/*side form*/

/*.sideform {
    font-family: 'Inter';
    font-size: 14px;
    height: 40px;
    width: 286px;
    padding: 0px 10px;
    border: 1px solid rgb(218, 218, 218);
    border-radius: 5px;
}*/
.sideform {
    font-family: 'Inter';
    font-size: 14px;
    height: 40px;
    width: 100%;
    padding: 0px 10px;
    border: 1px solid rgb(218, 218, 218);
    border-radius: 5px;
    box-sizing: border-box;
}


#captcha3 {
    transform: scale(0.88); /* Change value as needed (0.5 to 1) */
    transform-origin: 0 0;
}

/*whats app icon sidebar*/

a.whatsapp-link,
a.whatsapp-link:hover,
a.whatsapp-link:visited,
a.whatsapp-link:active,
a.whatsapp-link:focus {
    text-decoration: none !important;
    color: #007b2e !important;
}

/*email icon sidebar remove underline*/

a.email-link,
a.email-link:hover,
a.email-link:visited,
a.email-link:active,
a.email-link:focus {
    text-decoration: none !important;
    color: #1F4E79 !important;
    font-weight: 500;
}


#btnsideform {
    padding: 5px 0px;
    margin-top: -18px;
    font-family: 'Inter';
    font-weight: 600;
    color: black;
    /*background: #7f9cb9;*/
    width: 45%;
    border: none;
    font-size: 16px;
    margin-left: 70px;
}

/*#report-id {
    border-top: 1px solid black;
    margin-top: -65px;
}*/

#nav-home {
    margin-top: -12px;
}

.trusted-section {
    background-color: #c8ebf9;
    border-radius: 3px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 15px auto;
    margin-left: -20px;
    margin-right: -13px;
}

.trusted-left {
    flex: 1;
}

    .trusted-left h2 {
        color: #2b1b69;
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .trusted-left p {
        font-size: 16px;
        color: #333;
        line-height: 1.6;
        margin-bottom: 25px;
        text-align: justify;
    }

.btn-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* Customize Button */
.btn-customize {
    background-color: #233649;
    border: 2px solid #233649;
    color: white;
    text-decoration: none !important;
}

    .btn-customize:hover {
        background-color: #1d2c3a;
        color: white;
        text-decoration: none !important;
    }

/* Download Button */
.btn-download {
    background-color: orange;
    color: #233649;
    border: 2px solid orange;
}

    .btn-download:hover {
        background-color: #cd8604;
        border-color: orange;
        color: #233649;
    }

/* Right Section */
.trusted-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    min-width: 250px;
    margin-top: 20px;
}

.trusted-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .trusted-item img {
        width: 35px;
        height: 35px;
    }

    .trusted-item span {
        font-size: 15px;
        color: #222;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .trusted-section {
        flex-direction: column;
        text-align: left;
        margin-left: -15px;
        margin-right: -15px;
       /* margin-top: -15px;*/
    }

    .btn-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .trusted-right {
        margin-top: 30px;
        align-items: flex-start;
    }
}