/* Custom Styles for Xploitt Cybersecurity Website */

:root {
    --danger: #CD1922;
    --danger-light: rgba(220, 53, 69, 0.1);
    --primary-light: rgba(13, 110, 253, 0.1);
    --success-light: rgba(25, 135, 84, 0.1);
    --info-light: rgba(13, 202, 240, 0.1);
}

body {
    font-family: "Alan Sans", sans-serif;
    font-weight: 400;
    color: #212529;
    overflow-x: hidden;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
    font-size: 16px;
}

.main-heading {
    font-size: 3rem;
    color: #000;
    font-weight: 700;
}

p {
    font-size: 1.125rem;
    color: #333333;
    font-weight: 400;
    margin-bottom: 0;
}

.container{
    max-width: 1620px !important;
}

/* Navbar */

.nav-link:focus-visible {
    box-shadow: none !important;
}

header .navbar-brand img {
    width: 150px;
}

header .navbar-nav .nav-link {
    font-weight: 500;
    transition: color 0.3s ease;
}

header .navbar-nav .nav-link:hover {
    color: var(--danger) !important;
}


header nav a.nav-link {
    font-size: 1.25rem;
    font-weight: 400;
    color: #000000;
}

header ul.navbar-nav.ms-auto.align-items-center {
    gap: 30px;
}

header a.btn.btn-danger {
    font-size: 1.25rem;
    padding: 6px 22px;
}


/* Dropdown menu styling */
.navbar .dropdown-menu {
    border: none;
    border-radius: 10px;
    padding: 8px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    min-width: 200px;
}

/* Dropdown item style */
.navbar .dropdown-item {
    padding: 10px 20px;
    font-size: 16px;
    transition: background 0.2s, color 0.2s;
    border-bottom: 1px solid #ccc;
}

.dropdown-menu li:last-child a {
    border: none;
}

/* Hover effect */
.navbar .dropdown-item:hover {
    background-color: #f2f2f2;
    color: #d30000;
    /* Red highlight */
}

/* Dropdown toggle (Services) active/hover */
.navbar .nav-link.dropdown-toggle:hover,
.navbar .nav-link.dropdown-toggle:focus {
    color: #d30000 !important;
}

.mobile-link {
    display: none;
}

.mobile-service-link {
    display: none;
}

@media (max-width: 768px) {
    .mobile-service-link {
        display: block;
    }

    .mobile-link {
        display: block;
    }

    .desktop-link {
        display: none;
    }
}

/* Hover open on desktop */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}



/* Hero Section */
.hero-section {
    background-color: #f8f9fa;
}

.badge {
    font-size: 1rem;

}

.badge.bg-danger-light {
    background-color: var(--danger-light) !important;
    color: var(--danger) !important;
    padding: 0.5rem 1rem;
    font-weight: 600;
}

.hero-section h1 {
    font-size: 4.375rem;
    color: #000000;
    line-height: 80px;
    font-weight: bold;
}

.hero-section h1 span {
    display: block;

}

.hero-section p {
    font-size: 1.5rem;
    color: #333333;
    margin-bottom: 0;
}

.counter {
    margin-top: 31px;
}

.counter-inner {
    display: flex;
    gap: 28px;
}

.counter-inner .box {
    border-right: 1px solid #ccc;
    padding-right: 40px;
}

.counter-inner .box:last-child {
    border-right: none;
}

.counter h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #111827;
    margin-bottom: 0;
}


.counter p {
    color: #6C6C6C;
    font-size: 1.125rem;
    margin-bottom: 0;
}

.counter .b-right {
    border-right: 1px solid #DCDCDC;
}


/* about sec */
#about .readMore {
    margin-top: 30px;
    font-size: 1rem;
    color: #CD1922;
    font-weight: 400;
    display: block;
    text-decoration: none;

}

#about .card-body {
    padding: 35px;
}

#about .card-body p {
    width: 190px;
}


#services p:last-child {
    margin-top: 30px;
}

#services .card-body {

    padding: 30px;
}

#services .card {
    border-radius: 12px;
    border: 1px solid #DDDDDD;
}

#services .card:hover {
    border: 1px solid #CD1922;
}

#services a {
    text-decoration: none;
}

#services .card-body h5 {
    font-size: 1.625rem;
    font-weight: 600;
    color: #000000;
}

#services .card-body p {
    color: #707070;
    font-size: 1rem;
}

#services .readMore {
    margin-top: 13px;
    font-size: 1rem;
    color: #CD1922;
    font-weight: 400;
    display: block;
    text-decoration: none;
}

/* Cards */
.hover-card {
    transition: all 0.3s ease;
}

.hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}


.card-one {
    background-color: #FEF5EF;
}

.card-two {
    background-color: #FAFAFA;
}

.card-three {
    background-color: #EDFDF4;
}

.card-four {
    background-color: #FBF3FB;
}

.card-body h5 {
    font-size: 1.5rem;
    color: #000000;
    font-weight: bold;
    margin: 20px 0;
}


/* Icon Box */
/* .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--danger-light);
} */

.icon-box i {
    font-size: 1.5rem;
}

/* Stats Cards */

.stats {
    background-color: #111827;
}

.stat-card {
    text-align: center;
    padding: 2rem;
    background-color: #2F3642;
    border-radius: 12px;
    border: 1px solid #56657D;
    backdrop-filter: blur(10px);
}

.stat-card h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin: 20px 0;
}

.stat-card p {
    color: #fff;
}

/* Contact Icons */
.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bg-success-light {
    background-color: var(--success-light);
}

.bg-primary-light {
    background-color: var(--primary-light);
}

.bg-info-light {
    background-color: var(--info-light);
}

.contact-icon i {
    font-size: 1.25rem;
}

/* Form */
.form-control {
    border-radius: 8px;
    padding: 0.75rem 1rem;
    border: 1px solid #dee2e6;
}

.form-control:focus {
    border-color: var(--danger);
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* Social Links */
.social-links {
    display: flex;
    gap: 0.75rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: var(--danger);
    color: white;
    transform: translateY(-3px);
}

/* Buttons */
.btn-danger {
    background-color: var(--danger);
    border-color: var(--danger);
    transition: all 0.3s ease;
    padding: 17px 23px;
    font-size: 1.25rem;
}

.btn-danger:hover {
    background-color: #bb2d3b;
    border-color: #b02a37;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}

/* Testimonial Badge */

.testimonialSlider {

    padding: 50px 0;
}

.hotwork-logo {
    max-width: 200px;
}


.client-name p {
    font-size: 20px;
    font-weight: 500;
}

.testimonialSlider p {
    position: relative;
    z-index: 2;
}

.testimonialSlider p b {
    font-weight: 500 !important;
    color: #000;
}

.testimonialSlider .card {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 10px 12px #9c9c9c40;
    border: none;
}

.testimonialSlider .testimonial-badge {
    position: absolute;
    top: -40px;
}

.testimonialSlider .quoatesign {
    position: absolute;
    right: 50px;
    bottom: 10px;
    z-index: 1;
}

.testimonialSlider .rounded-circle strong {
    font-size: 2.875rem;
    font-weight: 600;
}

.testimonialSlider h6 {
    font-size: 2.125rem;
}

.contact-detail {
    margin: 60px 0;
}

.contact-detail h6 {
    font-size: 1.125rem;
    font-weight: 600;
}

.contact-detail p {
    font-size: 1rem;
    color: #333333;
}

.contact-detail a {
    font-size: 1rem;
    color: #333333;
    text-decoration: none;

}

#contact .alert {
    background-color: #FEF4EF;
    border-radius: 12px;
    border: 1px solid #FEEBE9;
    padding: 22px 34px;
}

#contact .alert a {
    color: #000;
}

.getform {
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    box-shadow: 0px 10px 12px #9c9c9c40;
    padding: 40px;
}

.getform label {
    font-size: 1rem;
}


footer {
    background-color: #000;
    padding: 100px 0 40px 0;
}

footer img {
    width: 200px;
}

footer p {
    color: #fff;
}

footer h6 {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 400;
}

footer ul li a {
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}

footer ul li a:hover {
    color: var(--danger);
}

footer .footerbottm {
    margin-top: 60px;
}

footer .footerbottm a {
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}


footer .footerbottm a:hover {
    color: var(--danger);
}

footer .contact-details {
    margin-top: 30px;
}

footer .contact-details ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

footer .contact-details ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stats .main-heading {
    color: #fff;
}

/* Responsive adjustments */


/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card {
    animation: fadeInUp 0.6s ease-out;
}

.page-banner {
    background-image: url(../images/about-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* min-height: calc(100vh - 90px); */
    min-height: calc(100vh - 90px);

}

.page-banner .txtwrp {
    min-height: calc(100vh - 90px);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.page-banner .txtwrp h1 {
    font-size: 56px;
    line-height: 65px;
    color: #fff;
    margin-bottom: 24px;
}

.page-banner .txtwrp p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 30px;
    max-width: 727px;
}

.page-banner .txtwrp .btnwrp {
    margin-bottom: 28px;
}

.btn.btn-filled {
    background-color: #BB2D3B;
    border-radius: 8px;
    padding: 14px 22px;
    color: #fff;
}

.page-banner .txtwrp ul {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 21px;
    max-width: 370px;
}

.page-banner .txtwrp ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-banner .txtwrp ul li p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
    color: #BCBCBC;
}

.page-banner .rating span {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
    color: #BCBCBC;
}


.page-banner.about-banner {
    background-image: url(../images/about-banner.webp);
}

.page-banner.offensive-banner {
    background-image: url(../images/comprehaneive.webp);
}

.page-banner.defensive-banner {
    background-image: url(../images/defensive-banner.webp);
}

.page-banner.governance-banner {
    background-image: url(../images/governance-banner.webp);
}

.page-banner.security-banner {
    background-image: url(../images/security-banner.webp);
}

.page-banner.it-banner {
    background-image: url(../images/it-banner.webp);
}

.page-banner.contact-banner {
    background-image: url(../images/contact.webp);
}

.page-banner.sevices-banner {
    background-image: url(../images/service-banner.webp);
}

.business-story-sec {
    padding: 3rem 0 0;
}

.business-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    background-color: var(--danger);
    padding: 38px 135px;
    border-radius: 12px;
    margin-top: 33px;
}

.business-box h3 {
    font-size: 3rem;
    margin-bottom: 0;
    line-height: 60px;
    color: #fff;
}

.business-box p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    line-height: 24px;
}

.accross-border-sec {
    padding: 100px 0 0;
}

.accross-border-sec .section-heading {
    margin-bottom: 50px;
}

.accross-box {
    padding: 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.accross-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.accross-box.bg-pink {
    background-color: #FEF5EF;
}

.accross-box.bg-gray {
    background-color: #FAFAFA;
}

.accross-box svg {
    margin-bottom: 17px;
}

.accross-box h3 {
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 34px;
    color: #000000;
    margin-bottom: 7px;
}

.accross-box p {
    font-size: 1rem;
    color: #707070;
    line-height: 24px;
    margin: 0;
}

.accross-box .box-list {
    margin-top: 23px;
    display: flex;
    gap: 40px;
}

.style-list {
    margin: 0;
    padding: 0;

}

.style-list li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.style-list li:not(:last-child) {
    margin-bottom: 11px;
}

.style-list li span {
    font-size: 1rem;
    color: #707070;
}

.style-list li svg {
    margin-bottom: 0;
}

.credentials-sec {
    padding: 100px 0;
}

.credentials-sec.bg-gray .content {
    background-color: #F5F5F5;
    border-radius: 12px;
}

.credentials-sec.bg-gray .content {
    padding: 95px 102px;
}

.credentials-sec.bg-white .content {
    padding: 0 102px;
}

.credentials-sec .section-heading {
    margin-bottom: 43px;
}

.credentials-sec .imgwrp {
    display: flex;
    gap: 17px;
    align-items: center;
    flex-wrap: wrap;
}

.mission-sec {
    padding: 0 0 100px;
}

.mission-sec .boxwrp {
    padding: 55px 52px;
    background-color: var(--danger);
    border-radius: 12px;
}

.mission-sec .boxwrp p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}

.cta-form {
    padding: 100px 0;
    background-color: #1A2331;
}

.cta-form .section-heading h2,
.cta-form .section-heading p {
    color: #fff;
}

.cta-form .formwrp {
    margin-top: 44px;
    border: 1px solid #707070;
    padding: 55px;
    border-radius: 12px;
}

.cta-form .formwrp {
    width: 100%;
}

.cta-form .formwrp .form-group {
    display: flex;
    align-items: center;
    gap: 17px;
}

.cta-form .formwrp .form-input input {
    background-color: #303C50;
    border: 1px solid #707070;
    color: #fff;
    border-radius: 12px;
    padding: 0 41px;
    min-height: 60px;
}

.cta-form .formwrp .submit-btn button {
    background-color: var(--danger);
    border: 1px solid var(--danger);
    color: #fff;
    border-radius: 12px;
    padding: 0 34px;
    min-height: 60px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cta-form .formwrp .form-input input:focus {
    outline: none;
}

.cta-form .formwrp .form-input input::placeholder {
    color: #fff;
}

.cta-form .formwrp .form-input {
    width: 75%;
}

.cta-form .formwrp .submit-btn {
    width: 25%;
}

.cta-form .formwrp input {
    width: 100%;
}


.servics-details .card {
    border: none !important;
    box-shadow: none !important;
}

.servics-details .card-body {
    padding: 0 !important;
}

.servics-details hr {
    border-top: 2px solid #CD1922;
    opacity: 1;
    width: 88%;
}

.servics-details p {
    color: #333333 !important;
}

.servics-details ul {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}

.servics-details ul li {
    font-size: 1rem;
    color: #333333;
    display: flex;
    align-items: baseline;
    line-height: 28px;
}

.servics-details .icon-box {
    width: 23px;
}

.servics-details ul li svg {
    margin-right: 10px;
    width: 13px !important;
    height: 7.031px !important;
}


.cta-product {
    padding: 64px 50px;
    background-color: #1A2331;
    border-radius: 12px;
    margin-bottom: 100px;
}

.cta-product h2 {
    color: #fff;
}

.cta-product p {
    color: #fff;
    width: 70%;
    margin: 20px auto;
}

.cta-product .btn {
    background-color: #fff;
    color: #CD1922;
    font-weight: 400;
    padding: 17px 56px;
}

.cta-product .btn:hover {
    background-color: #fff;
    color: #CD1922;
}


#contact .map iframe {
    width: 100%;
    border-radius: 12px;
}

#contact .form form label {
    font-size: 12px;
}

#contact .form form input {
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #DDDDDD;
}

#contact .form form input::placeholder {
    color: #BABABA;
}

form .btn {
    padding: 17px 50px;
    margin-top: 10px;
}

.contact-details {

    margin-top: 60px;
}

.contact-details .card-body {
    padding: 52px 30px;
}

.contact-details .card-body h5 {
    font-weight: 600;
    margin: 10px 0;
}


/* Custom styles for the tabs */
#services .nav-pills .nav-link {
    background-color: transparent;
    color: #333;
    border: 1px solid #cd1922;
    font-weight: 500;
    padding: 8px 12px;
    transition: all 0.3s ease;

}

#services .nav-pills .nav-link:hover {
    background-color: rgba(205, 25, 34, 0.1);
}

#services .nav-pills .nav-link.active {
    background-color: #cd1922;
    color: white;
    border-color: #cd1922;
}

#services .nav-pills {
    gap: 10px;
    justify-content: center;
}


/* tab-color css */
.nav-pills #defensive-tab.nav-link.active {
    background-color: #00007e;
    border-color: #00007e;
}

.nav-pills #defensive-tab.nav-link {
    border: 1px solid #00007e;
}

.nav-pills #defensive-tab.nav-link:hover {
    background-color: #00007e4a !important;
}


#defensive rect {
    fill: #00007e !important;
}


#defensive .card:hover {
    border: 1px solid #00007e;
}


.nav-pills #grc-tab.nav-link.active {
    background-color: #228d02;
    border-color: #228d02;
}

.nav-pills #grc-tab.nav-link {
    border: 1px solid #228d02;
}

.nav-pills #grc-tab.nav-link:hover {
    background-color: #228d0282 !important;
}


#grc rect {
    fill: #228d02 !important;
}


#grc .card:hover {
    border: 1px solid #228d02;
}


.nav-pills #awareness-tab.nav-link.active {
    background-color: #a500a5;
    border-color: #a500a5;
}

.nav-pills #awareness-tab.nav-link {
    border: 1px solid #a500a5;
}

.nav-pills #awareness-tab.nav-link:hover {
    background-color: #a500a582 !important;
}


#awareness rect {
    fill: #a500a5 !important;
}


#awareness .card:hover {
    border: 1px solid #a500a5;
}


.nav-pills #development-tab.nav-link.active {
    background-color: #FFA500;
    border-color: #FFA500;
}

.nav-pills #development-tab.nav-link {
    border: 1px solid #FFA500;
}

.nav-pills #development-tab.nav-link:hover {
    background-color: #FFA50082 !important;
}


#development rect {
    fill: #FFA500 !important;
}


#development .card:hover {
    border: 1px solid #FFA500;
}




.defensive .servics-details hr {
    border-top: 2px solid #00007e;
}

.governance .servics-details hr {
    border-top: 2px solid #228d02;
}

.security .servics-details hr {
    border-top: 2px solid #a500a5;
}

.it .servics-details hr {
    border-top: 2px solid #FFA500;
}

.about-txt{
    display: none;
}