* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    padding-top: 70px;
}
a {
    text-decoration: none !important;
}

/* HEADER */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    z-index: 999;
}

.heads_bar {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
        width: 120px;
    transform: rotate(8deg);
}

.nav ul {
    margin: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.nav ul li {
    margin-left: 25px;
}

.forms_inputs {
    display: flex;
    align-items: center;
}

.in_puts {
    width: 150px;
    background: #fff;
    border: 0 !important;
    border-bottom: 1px solid #434343 !important;
    min-height: 20px;
    padding: 4px;
    color: #434343;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.sel_ects {
    color: #434343;
    font-family: Roboto, interstate, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    min-height: 40px;
    padding: .5714285714em;
    border: none;
}

.nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    position: relative;
}

.nav ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #cc1517;
    bottom: -5px;
    left: 0;
    transition: 0.3s;
}

.nav ul li a:hover::after {
    width: 100%;
}

.nav ul li.btn a {
    background: #cc1517;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
}

.nav ul li.btn a:hover {
    opacity: 0.85;
}

/* TOGGLE */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle span {
    height: 3px;
    width: 25px;
    background: #000;
    margin-bottom: 5px;
    transition: 0.3s;
}

/* TOGGLE ANIMATION */
.menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.open span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* RESPONSIVE */
@media (max-width: 992px) {

    .menu-toggle {
        display: flex;
    }

    .nav {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #fff;
        max-height: 0;
        overflow: hidden;
        transition: 0.4s ease;
    }

    .nav.active {
        max-height: 400px;
    }

    .nav ul {
        flex-direction: column;
        padding: 20px 0;
    }

    .nav ul li {
        margin: 15px 0;
    }
}

.back_bg {
    background-image: url('./images/grey_bg_1920_1080.png');
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

.first_section {
    text-align: center;
    padding: 50px 0;

}

.first_sec_head {
    margin-bottom: 40px;
}

.first_sec_head h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 56px;

}

.first_sec_head p {
    color: #999;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.first_sec_middle {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 0 0 0 #000;
    overflow: hidden;
}

.first_sec_left {
    margin-top: 30px;
}

.first_sec_left h5 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #2c2c2c;
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.input-search-home .input-group-text {
    background: #f0f0f0 !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 0 !important;
    color: #3b3b3b !important;
}

.input-group-text {
    align-items: center;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap;
}

.input-search-home .form-control {
    background: #f0f0f0;
    border: none;
    border-radius: 0 !important;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.example-search-types {
    height: 55px;
}

.text-grey-home {
    color: #666 !important;
}

.text-left {
    text-align: left !important;
}

.example-search-types__label {
    min-width: 90px;
}

b {
    font-weight: 700;
}

.pads {
    padding: 10px 0;
}

.btn-tab-search-home {
    background-color: transparent !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    padding: 0 !important;
}

.check_btn {
    background-color: #cc1417;
    border: 2px solid #cc1417;
    display: inline-flex;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 24px;
    padding: 12px 55px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

.first_sec_right {
    background-color: #f0f0f0;
    background-image: url('./images/report_section.png');
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 320px; */
    padding: 65px 25px;
}

.first_right_content h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #2c2c2c !important;
    margin-bottom: 25px;
}

.first_right_content p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.report_btn {
    align-items: center;
    background-color: #fff;
    border: 2px solid #cc1417;
    color: #cc1417 !important;
    display: inline-flex;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 24px;
    padding: 12px 55px;
    text-align: center;
    text-decoration: none;
}

.first_sec_bottom {
    margin-top: 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

@media (max-width:576px) {
    .first_sec_bottom {
        margin-top: 20px;
        display: flex;
        align-items: center;
        white-space: nowrap;
        flex-direction: column;
    }
    .ul_content {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
        /* flex-direction: column; */
    }
}

.first_sec_bottom p {
    color: #666;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 14px;
}

.ul_content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

.ul_content a {
    color: #000;
    text-decoration: none;
    padding: 5px;
}

.ul_content a:hover {
    background: rgba(204, 21, 23, .1);
    color: #c00;
}

.second_section {
    /* text-align: center; */
}

.reports_title {
    text-align: center;
}

.reports_title p {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
}

.reports_cards {
    background-color: #fff;
    padding: 20px;
}

.reports_user {
    display: flex;
    align-items: center;
    gap: 20px;
}

.user_pics img {
    width: 70px !important;
    border-radius: 50px;
}

.user_pic_content {
    text-align: start;
}

.user_pic_content p {
    margin-bottom: 0;
}

.reports_card_content {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reports_card_content a {
    color: #000;
    text-decoration: none;
}

.sec_report_btns {
    text-align: center;
}

.sec_report_btns a {
    background-color: #cc1417;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    padding: 15px 50px;
    text-decoration: none;
}

/* roohit */
:root {
    --primary-red: #c00;
    --light-gray: #F5F5F5;
}

.header-section {
    padding: 60px 20px 40px;
    text-align: center;
}

.header-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px;
}

.categories-container {
    padding: 0 20px 60px;
}

.category-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.category-icon {
    font-size: 3rem;
    color: var(--primary-red);
    margin-bottom: 15px;
    transition: transform 0.3s;
}

.category-label {
    color: var(--primary-red);
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.4;
    transition: transform 0.3s;
}

.category-card:hover .category-label {
    color: #800000;
}

.category-card:hover .category-icon {
    color: #800000;
}

.stats-section {
    background: var(--primary-red);
    color: white;
    padding: 50px 20px;
    margin-top: 40px;
}

.stats-section h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.stat-box {
    background: white;
    border-radius: 6px;
    padding: 25px;
    text-align: center;
}

.stat-number {
    color: var(--primary-red);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-label {
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
}

.container-custom {
    max-width: 1400px;
    margin: 0 auto;
}

.fourth_section {
    padding: 50px 0;
}

.scam_title h2 {
    margin-bottom: 25px;
}

.scams_cols {
    padding: 20px;
    background-color: #fff;
}

.scams_cols p {
    font-size: 28px;
}

.cols_upper img {
    width: 100%;
}

.scam_pic_cont {
    gap: 10px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

.scam_pic_cont img {
    width: 128px;
}
.scam_pic_cont p {
    font-size: 14px;
    margin-bottom: 0;
}
.scam_readmore {
    text-align: center;
}

.scam_readmore a {
    text-decoration: none;
    background-color: #cc1517;
    color: #fff;
    padding: 10px 30px;
    width: 100%;
    display: block;
}
.h1_headings {
    font-size: 48px;
    margin-bottom: 20px;
}
.scam_help {
    background-color: #fff;
    padding: 20px;
}
/* .help__content{
    display: flex;
    align-items: center;
    gap: 20px;
} */
.icons_name {
    display: flex;
     align-items: center;
    gap: 20px;
    margin-top: 18px;
}

.icons_name i {
    color: #cc1417;
    font-size: 18px;
}
.icons_name p {
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}
.icons_name p:hover {
    color: #cc1417;
}

/* footer */

        /* Newsletter Section */
        .newsletter-section {
            background-color: #f5f5f5;
            padding: 60px 0;
        }

        .newsletter-section h2 {
            font-size: 2rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 30px;
        }

        .newsletter-form {
            display: flex;
            gap: 0;
            max-width: 600px;
            margin-bottom: 20px;
        }

        .newsletter-form input {
            flex: 1;
            padding: 12px 20px;
            border: 1px solid #ddd;
            border-radius: 0;
            font-size: 1rem;
            color: #666;
        }

        .newsletter-form input::placeholder {
            color: #999;
        }

        .newsletter-form button {
            background-color: #c41e3a;
            color: white;
            padding: 12px 30px;
            border: none;
            font-weight: 600;
            font-size: 0.9rem;
            letter-spacing: 0.5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .newsletter-form button:hover {
            background-color: #a01729;
        }

        .social-buttons {
            display: flex;
            gap: 15px;
            margin-top: 15px;
            flex-wrap: wrap;
        }

        .social-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 16px;
            border-radius: 4px;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 600;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .youtube-btn {
            background-color: #ff0000;
            color: white;
        }

        .youtube-btn:hover {
            background-color: #cc0000;
            color: white;
        }

        .twitter-btn {
            background-color: #000;
            color: white;
        }

        .twitter-btn:hover {
            background-color: #333;
            color: white;
        }

        /* Footer */
        .main-footer {
            background-color: #3a3a3a;
            padding: 50px 0;
            color: #fff;
        }

        .footer-column h4 {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 25px;
            color: #fff;
        }

        .footer-column ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-column ul li {
            margin-bottom: 12px;
        }

        .footer-column a {
            color: #ddd;
            text-decoration: none;
            font-size: 0.95rem;
            transition: color 0.3s ease;
        }

        .footer-column a:hover {
            color: #fff;
        }

        /* Footer Bottom */
        .footer-bottom {
            background-color: #c41e3a;
            padding: 30px 0;
            color: white;
        }

        .footer-links {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            font-size: 0.9rem;
            margin-bottom: 15px;
        }

        .footer-links a {
            color: white;
            text-decoration: none;
            border-right: 1px solid rgba(255,255,255,0.3);
            padding-right: 15px;
        }

        .footer-links a:last-child {
            border-right: none;
            padding-right: 0;
        }

      
        .social-icons {
            display: flex;
            gap: 15px;
            align-items: center;
        }

        .social-icons a {
            color: white;
            font-size: 1.3rem;
            transition: opacity 0.3s ease;
        }

        .social-icons a:hover {
            opacity: 0.8;
        }

        .gasa-section {
            text-align: right;
        }

        .gasa-logo {
            font-weight: 600;
            font-size: 1.1rem;
        }

        .gasa-text {
            font-size: 0.8rem;
            color: rgba(255,255,255,0.9);
        }

        @media (max-width: 768px) {
            .newsletter-form {
                flex-direction: column;
            }

            .newsletter-form input,
            .newsletter-form button {
                width: 100%;
                border-radius: 4px;
            }

            .footer-column {
                margin-bottom: 30px;
            }

      
            .gasa-section {
                text-align: center;
            }

            .social-icons {
                justify-content: center;
            }
        }
    

        .scams_mission {
            background: #fff;
            box-shadow: 0 1px 2px rgba(0,0,0,.5),0 0 0 1px #f2f2f2;
            padding: 30px;
            height: 423px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-direction: column;
        }
        .scams_mission_col{
            padding-right: 0px !important;
        }
        .scams_mission_col_img{
            padding-left: 0px !important;
        }
        .scam_mission_img img{
            width:100%;
        }
        .scams_mission_img {
            height: 430px;
        }

        @media (max-width:768px) {
            .scams_mission_col{
                padding-right: calc(var(--bs-gutter-x) * .5) !important;
            }
            .scams_mission_col_img{
                padding-left: calc(var(--bs-gutter-x) * .5) !important;
            }
        }
         @media (min-width:769px) and (max-width:992px) {
            .scam_mission_img {
                height: 390px;
            }
            .scam_mission_img img{
                height: 390px;
            }
            .scams_mission{
                height: 390px;
            }
        }



        .press-section,
.reviews-section {
  background: linear-gradient(120deg, #f9f9f9, #ffffff);
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
}

.section-subtitle {
  color: #666;
  font-size: 15px;
}

.section-subtitle a,
.small-text a {
  color: #007bff;
  text-decoration: none;
}

.section-subtitle a:hover,
.small-text a:hover {
  text-decoration: underline;
}

/* Logo Card */
.logo-card {
  background: #fff;
  border-radius: 6px;
  padding: 25px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.logo-card img {
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
}

.logo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.small-text {
  color: #777;
  font-size: 14px;
}




.scan-card {
    width: 100%;
    max-width: 600px;
    background: linear-gradient(110deg, #ffffff,#fff, #cc1517ba);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,.1),0 0 0 0 #000;
}

.scan-header {
    padding: 25px 20px;
    text-align: center;
    border-bottom: 1px solid #0003;
}

.scan-header h2 {
    color: #4c4c4c;
    font-size: 22px;
    margin-bottom: 8px;
}

.confidence {
    color: #4c4c4c;
    font-size: 16px;
    letter-spacing: 1px;
}

.scan-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.scan-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #0003;
}

.scan-row span {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 600;
}

.scan-row strong {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.scan-footer {
    padding: 15px 20px;
    text-align: center;
    font-size: 13px;
    color: #4c4c4c;
}

/* Responsive */
@media (max-width: 480px) {
    .scan-header h2 {
        font-size: 18px;
    }

    .scan-row {
        flex-direction: column;
        gap: 5px;
    }

    .scan-row strong {
        font-size: 13px;
    }
}



.hero{
    width:100%;
    text-align:center;
    padding:80px 20px 60px;
    position:relative;
    background:linear-gradient(to bottom,#dff5ee,#ffffff);
    overflow:hidden;
}

/* curved background effect */
.hero::before{
    content:"";
    position:absolute;
    width:140%;
    height:300px;
    background:#e9f8f2;
    border-radius:50%;
    top:-180px;
    left:-20%;
}

.check-icon{
    width:90px;
    height:90px;
    background:#12a87b;
    color:#fff;
    border-radius:50%;
    display:none;
    align-items:center;
    justify-content:center;
    font-size:40px;
    margin:0 auto 25px;
    position:relative;
    z-index:2;
}

.hero h1{
    font-size:34px;
    margin-bottom:10px;
    color:#333;
    position:relative;
    z-index:2;
}

.domain{
    font-size:18px;
    color:#666;
    margin-bottom:25px;
    position:relative;
    z-index:2;
}

.btn-group{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    position:relative;
    z-index:2;
}

.top_btn{
    padding: 10px 30px;
    border-radius: 50px;
    font-size:20px;
    cursor:pointer;
    transition:0.3s;
}

.visit{
    background:transparent;
    border:1px solid #999;
}

.visit:hover{
    background:#eee;
}

.report{
    background:#d71920;
    border:1px solid #d71920;
    color:#fff;
}

.report:hover{
    opacity:0.85;
}

/* ===== TRUST SECTION ===== */

.trust-section{
    padding:40px 20px;
}

.trust-section h2 {
    font-size: 25px;
    margin-bottom: 30px;
    color: #000000b3;
    font-weight: 500;
}

.trust-card {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1),0 0 0 0 #000;
}
.trust-header{
    margin-bottom:20px;
}
.trust-header h6 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #4c4c4c;
    flex-wrap:wrap;
    gap:10px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.progress-bar{
    width:100%;
    height:20px;
    background:#e5e5e5 !important;  
    border-radius:30px;
    overflow:hidden;
    border:1px solid #e5e5e5;
}

.progress{
    width:0%;
    height:100%;
    background:#12a87b !important;  
    border-radius:30px;
    transition:width 0.3s ease-in-out;
}

.score strong{
    font-size:32px;
    color:#12a87b;
}

/* ===== INFO BOX ===== */

.info-box{
    margin-top:30px;
    background:#12a87b;
    color:#fff;
    padding:25px;
    border-radius:12px;
    text-align:center;
}
.info-box a{
    text-decoration: underline !important;
    color:#fff;
    font-weight: 500;
}

/* ===== RESPONSIVE ===== */

@media(max-width:768px){

    .hero h1{
        font-size:26px;
    }

    .trust-header{
        flex-direction:column;
        align-items:flex-start;
    }

    .score strong{
        font-size:24px;
    }
}

@media(max-width:480px){

    .check-icon{
        width:70px;
        height:70px;
        font-size:30px;
    }

    .hero{
        padding:60px 15px 40px;
    }

    .hero h1{
        font-size:22px;
    }

    .domain{
        font-size:14px;
    }
}

.trust-card2 {   
     background: #fff;
    padding: 32px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #a59e9e;
    margin-top: 30px !important;
}
.left_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left_info h5{
    margin: 0;
        font-size: 20px;
    font-weight: 500;

}
.left_info h5 a{
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    color: #cc1517;
    transition: all 0.5s ease;
}
.left_info h5 a:hover{
    color: #10A87B;
}

@media (max-width:550px) {
    .left_info {
        flex-direction: column;
                gap: 13px;
        align-items: baseline;
    }
    .result_info{
        padding:20px;
    }
    
}

.result_info {
    box-shadow: 0 2px 4px rgba(0,0,0,.1),0 0 0 0 #000;
    background: #fff;
    border-radius: 15px;
    padding: 50px ;
}



.main_Sec {
    background: url('./images/top_genius.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
    padding:200px 0;
}