html body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;

}
section {
    margin: 0;
    padding: 0;
}

                                      /*   Home Page Stylings   */

 /*                                     
.main-banner {
    position: relative;
    background-image: url('assets/images/main\ image\ banner.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 20px;  
}

.main-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1; 
}

.main-heading-title h1 {
    font-family: var(--chakra-fonts-body);
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
}

.main-heading-title {
    position: relative;
    z-index: 2; 
    color: white; 
}
*/

 .containerFull{
     width:100%;
     
 }

/* third section , defense gadgets section stylings */
.defense-gadgets-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 40px 20px;
}

.third-section {
    position: relative;
    z-index: 2; 
    color: black;
}

.third-section-top-content-block {
    display: flex;
    gap: 47px;
}

.third-section-heading h2 {
    font-weight: 700;
    font-size: 39px;
    color: black;
}

.third-section-heading h4 {
    font-weight: 700;
    font-size: 29px;
    color: black;
}

.ai-recommended-point-block {
    width: 30%;
    height: 100px;
    background-color: #DBBA60;
    padding: 15px;
    border-radius: 25px;
}

.ai-recommended-point-block p {
    font-size: 22px;
    font-weight: bold;
}

/* first block stylings */
.third-section-first-block {
    margin-top: 30px;
}

.third-section-sub-heading {
    font-size: 19px;
    font-weight: 700;
    color: #E4A62C;
}

.glove-usage-images-block {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.nirbhay-glove-image-block img {
    border-radius: 10px;
}

.glove-main-image-block {
    display: flex;
    gap: 20px;
}

.glove-main-image-block img {
    border-radius: 10px;
}

.glove-main-image-block p {
    width: 25%;
    font-size: 22px;
    font-weight: 800;
    margin: 0px;
    line-height: 2.3;
}

.glove-usage-content-block {
    margin-top: 70px;
    width: 355px;
}

.glove-usage-content-block h4 {
    font-weight: 700;
    margin-bottom: 25px;
}

.glove-usage-content-block p {
    font-size: 19px;
}

.night-alone-images-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.night-awarness-image-block img {
    border-radius: 10px;
}

.night-alone-cab-image-block img {
    border-radius: 10px;
}

.girl-alone-image-block img {
    border-radius: 10px;
}

.awareness-video-block {
    width: 330px;          
    height: 200px;         
    border-radius: 10px;   
    margin-top: 75px;      
}

.awareness-video {
    width: 330px;          
    height: 200px;         
    object-fit: fill;     
    border-radius: 10px;  
}


/* second block stylings */
.third-block-second-block {
    margin: 40px;
}

.basic-advanced-Premium-details-block {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
}

.basic-version-actions-block {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.basic-version-cart-btn {
    background-color: #F39B10;
    border-radius: 10px;
    border: none;
    padding: 5px 10px;
}

.basic-version-buy-btn {
    background-color: lightgray;
    border-radius: 10px;
    border: none;
    padding: 5px 10px;
}

.ec-version-block,
.advanced-version-block, 
.permium-version-block {
    background: #EEEEF0;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 300px;
    text-align: left;
    padding: 20px;
}

.ec-version-block:hover,
.advanced-version-block:hover,
.permium-version-block:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.advanced-version-actions-block {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.advanced-version-cart-btn {
    background-color: #F39B10;
    border-radius: 10px;
    border: none;
    padding: 5px 10px;
    width: auto;
    display: flex;
    text-align: center;
}

.advanced-version-buy-btn {
    background-color: lightgray;
    border-radius: 10px;
    border: none;
    padding: 5px 10px;
    width: auto;
    display: flex;
    text-align: center;
}

.permium-version-notify-block {
    display: flex;
    justify-content: center;
}

.permium-version-notify-btn {
    background-color: #F39B10;
    border-radius: 10px;
    border: none;
    padding: 5px 10px;
}

/* third block stylings */
.third-section-third-block {
    font-size: 13px;
    display: flex;
    flex-wrap: wrap; 
    margin-top: 30px;
    transition: all 0.3s ease;
}

.third-section-cards-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap; 
    gap: 20px;
    width: 100%; 
}

.third-section-cards {
    width: 100%;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.third-section-cards:hover {
    transform: translateY(-5px);
    background-color: #f1f1f1;
}

.third-section-cards img.icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    filter: invert(32%) sepia(84%) saturate(300%) hue-rotate(182deg) brightness(97%) contrast(98%);
    transition: transform 0.3s ease;
}

.third-section-cards img.icon:hover {
    transform: scale(1.1);
}

.third-section-cards h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    color: #1A2D7A;
    transition: color 0.3s ease;
}

.third-section-cards p {
    color: #333;
    line-height: 1.5
}

/* tracking gadgets display block stylings */
.tracking-gadgets-section {
    padding: 20px 0px 10px 0px;
}

.trackign-gadgets-display-block {
    display: flex;
    justify-content: space-evenly;
}

.vechile-tracking-block p {
    padding: 20px 0px 20px 0px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
}

.child-tracking-block p {
    padding: 20px 0px 20px 0px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
}

.child-tracking-block img {
    border-radius: 5px;
}

.travel-tracking-block img {
    border-radius: 5px;
}

.travel-tracking-block p {
    padding: 20px 0px 20px 0px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
}

/* table section stylings */
/*
.product-features-table {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.table-container {
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.features-content-list-table {
    width: 100%;
    border-collapse: collapse; 
    border: 1px solid black;
}

.features-content-list-table th, td{
    padding: 12px;
    text-align: left;
    border: 1px solid black;
}

.features-content-list-table th {
    background-color: #f8f9fa;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
}

.features-list-table-body tr {
    border: 1px solid black;
}

.features-list-table-body td {
    border: 1px solid black;
}

.feature-name-block {
    font-weight: 600;
}

.features-list-table-body tr:hover {
    background-color: #f1f1f1;
}

.features-list-table-body td {
    color: #333;
}

.features-list-table-body td:nth-child(2), td:nth-child(3), td:nth-child(4) {
    text-align: center;
}

.features-list-table-body td:nth-child(2) {
    background-color: #e9f5ff;
}

.features-list-table-body td:nth-child(3) {
    background-color: #d4edda;
}

.features-list-table-body td:nth-child(4) {
    background-color: #f8d7da;
}
*/

/* surveillance system section stylings */
.surveillance-systems-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.surveillance-systems-section h2{
    font-weight: 700;
    font-size: 35px;
    color: black;
}

.surveillances-images-block {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.left-cards {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 40px;
    width: 100%;
}

.surveillance-card {
    width: 50%;
    padding: 20px;
    text-align: center;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.surveillance-card:hover {
    transform: translateY(-10px);
    background-color: #f1f1f1;
}

.surveillance-card h4 {
    font-weight: bold;
    font-size: 18px;
    color: #1A2D7A;
    margin-bottom: 10px;
}

.surveillance-card p {
    color: #333;
    line-height: 1.6;
    font-size: 14px;
}

@media (max-width: 768px) {
    .left-cards {
        flex-direction: column;
        gap: 15px;
    }

    .surveillance-card {
        width: 100%;
    }
}

.surveillance-img img{
    border-radius: 10px;
    margin-top: 40px;
}

/* sixth section stylings */
.sixth-section {
    height: 345px;
}

.sixth-section-heading {
    margin-top: 50px;
}

.sixth-section-heading h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.sixth-section-content {
    position: relative;
    z-index: 2; 
    color: #3B3535; 
}

.triangle-custom-style {
    display: flex;
    float: left;
    position: relative;
    width: 100%;
}

.triangle1-custom-border {
    margin-right: 20px; 
    clip-path: polygon(50% 0%, 50% 0%, 100% 100%, 0% 100%);
    background-color: #d5dcf6ff; 
    width: 150px;
    height: 75px;
    box-shadow: 0 0 0 2px #bbc2dcff; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    font-weight: bolder;
    font-size: 25px;
    margin-left: 176px;
    margin-bottom: 5px;
}

.triangle2-custom-border {
    margin-right: 20px; 
    clip-path: polygon(24.77% 0%, 75.34% 0%, 100% 100%, 0% 100%);
    background-color: #d5dcf6ff; 
    width: 310px;
    height: 78px;
    box-shadow: 0 0 0 2px #bbc2dcff; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    font-weight: bolder;
    font-size: 25px;
    margin-left: 96px;
    margin-bottom: 5px;
}

.triangle3-custom-border {
    margin-right: 20px; 
    clip-path: polygon(18.32% 0%, 81.68% 0%, 100% 100%, 0% 100%);
    background-color: #d5dcf6ff; 
    width: 500px;
    height: 95px;
    box-shadow: 0 0 0 2px #bbc2dcff; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    font-weight: bolder;
    font-size: 25px;
}

.custom-border-bottom1 {
    border-bottom: 1px solid #c5bfbd;
    width: 65%;
}

.custom-border-bottom2 {
    border-bottom: 1px solid #c5bfbd;
    width: 57%;
}

.customized-solutions-types {
    margin-top: 10px;
    font-size: 16px;
}

.customized-solutions-types h5 {
    font-weight: 700;
}

/* Second section styles */
.second-section {
    padding: 50px 0px;
}

.second-section-heading h3 {
    font-weight: 700;
    font-size: 35px;
}

.second-section-content {
    font-size: 15px;
    margin-top: 30px;
}

.second-section-left {
    float: left;
    margin-right: 100px;
}

/* fourth section , enhanced security section stylings */
.enhanced-security-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 20px 20px;
    margin: 20px;
    border-radius: 10px;
}

.enhanced-security-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fffafad9;
    z-index: 1; 
}

.fourth-section-heading {
    position: relative;
    z-index: 2; 
    color: black; 
}

.fourth-section-heading h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    color: black;
}

.enhanced-security-blocks {
    color: black;
    z-index: 2; 
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.remove-on-mobile {
    display: inline-block;
}

.para-block p {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
}

.bth-block button {
    border: 1px solid #bbc2dcff;
    background-color: #d5dcf6ff;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 12px;
    border-radius: 5px;
    z-index: 2; 
    position: relative; 
   
}

.top-line::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 40px;
    background-color: #bbc2dc;
}

.block1-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -296px;
    width: 296px;
    height: 2px;
    background-color: #bbc2dc;
}

.block2-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -250px;
    width: 250px;
    height: 2px;
    background-color: #bbc2dc;
}

.first-block {
    margin-right: 240px;
    margin-left: 80px;
}

.extra-border-line {
    width: 160px;
    height: 2px;
    background-color: #bbc2dc;
    transform: translateY(54px);
    position: relative;
    left: 0px;
}

.bth-block {
    display: block;
    margin-top: 36px;
    margin-left: 22%;
}

.third-block {
    margin-left: 2%;
    margin-top: 90px;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 17px;
    color: black;
    z-index: 2; 
    position: relative;
}

.third-block-extra-line {
    width: 168px;
    height: 2px;
    background-color: #bbc2dc;
    transform: translateY(53px);
    position: relative;
    left: 170px;
}

.block1-btn {
   padding: 0px;
   position: relative;   
}

.block2-btn {
    margin-left: 25%;
}

.block2-btn::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 40px;
    background-color: #bbc2dc;
}

.block3-btn {
    margin-left: 25%;
}

.separate-block3 {
    margin-top: 50px;
    margin-right: 104px;
}

/* fifth section stylings */
.fifth-section-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 20px;
    min-height: 515px;  
}

.fifth-section-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fffafad9;
    z-index: 1; 
}

.fifth-section-heading h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}

.fifth-section-heading {
    position: relative;
    z-index: 2; 
    color: #1F1E1E; 
}

.fifth-section-content {
    position: relative;
    z-index: 2; 
    color: #3B3535; 
}

.drones-types {
    margin-bottom: 20px;
    margin-top: 8px;
}

.drones-types h5 {
    font-weight: 700;
}

.drones-types {
    font-size: 16px;
}

.custom-style {
    display: flex;
    float: left;
    position: relative;
}

.custom-border {
    margin-right: 20px; 
    clip-path: polygon(50% 12%, 100% 0%, 100% 75%, 50% 88%, 0% 75%, 0% 0%);
    background-color: #d5dcf6ff; 
    width: 70px;
    height: 130px;
    box-shadow: 0 0 0 2px #bbc2dcff; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    font-weight: bolder;
    font-size: 27px;
}


/* get in touch section stylings */
.get-in-touch {
    margin-bottom: 20px;
}

.contact-us-main-heading {
    float: left;
    margin-top: 40px;
    margin-right: 20%;
}

.contact-us-main-heading h3 {
    font-size: 30px;
    font-weight: 700;
}

.get-in-touch-content h1 {
    text-align: center;
    margin-top: 19px;
    font-weight: 500;
    font-size: 20px;
}

.get-in-touch-heading {
    text-align: center;
    font-weight: 650;
    font-size: 26px;
}

.last-para {
    text-align: center;
    font-size: 16px;
}

.phone-img {
    margin-top: 50px;
}

.phone-img img {
    width: 270px; 
    height: 320px;
    border-radius: 10px;
}

/* home footer styles */
.home-footer-section {
    background-color: #1F1E1E;
    padding: 40px 15px 40px 60px;
}

.home-footer-block {
    display: flex;
    color: white;
}

.block-in-home-footer {
    width: 30%;
}

.block-in-home-footer a {
    text-decoration: none;
    color: white;
}

.block-in-home-footer a:hover {
    color: yellow;
}

.logo-media-links-block {
    display: flex;
    flex-direction: column;
}

.logo-block p {
    margin-top: 20px;
    font-size: 19px;
}

.social-media-links-block {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-top: 30px;
}

.quick-links-block h4 {
    font-weight: 600;
    padding-bottom: 15px;
}

.products-block h4 {
    font-weight: 600;
    padding-bottom: 15px;
}

/* second footer */
.footer-black-color {
    background-color: #222;
}

.copy-right-line {
    font-size: 0.9rem;
    text-align: center;
    background-color: #1b1b1b;
    color: #fff;
    padding: 12px 0; 
}


/* Mobile-specific adjustments */
@media (max-width: 768px) {
    html body {
        margin: 0px;
        width: 100%;
        padding: 0px;
    
    }
    section {
        margin: 0;
        width: 100%;
        padding: 0;
    }

    .video {
        width: 100%;
    }

    .main-banner, .defense-gadgets-section, .enhanced-security-banner, .fifth-section-banner {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

    .main-heading-title h1, .fourth-section-heading h1, .fifth-section-heading h1 {
        font-size: 36px;
    }

    /* second section styles */      
    .second-section-left {
        float: left;
        margin-right: 100px;
    }

    .third-section-heading h1 {
        font-size: 19px;
    }

    .third-section-content {
        display: block;
        gap: 20px;
    }

    .third-section-cards {
        width: 100%;
    }

    .block {
        flex-direction: row;
    }

    .card {
        width: 100%;
        padding: 15px;
    }

    .fifth-section-content {
        font-size: 16px;
    }

    .get-in-touch-content h1 {
        font-size: 40px;
    }

    .phone-img img {
        width: 100%;
        height: auto;
    }

    .custom-style {
        flex-direction: column;
        align-items: center;
    }

    .custom-border {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 600px) {

    .main-heading-title h1 {
        text-align: left;
        padding: 40px 40px 10px 40px;
        width: 100%;
        font-size: 29px;
    }

    .main-heading-title p {
        text-align: left;
        padding: 0px 40px 0px 40px;
    }

    .btns {
        text-align: left;
        padding: 0px 40px 20px 40px;
    }

    .video {
        width: 100%;
    }


    /* third section , defense gadgets section stylings */
    .third-section-heading {
        text-align: left;
        padding: 30px 20px 0px 20px;
    }

    .third-section-heading h2 {
        font-size: 22px;
    }

    .colorable-icon {
        width: 25px;
        height: 25px;
    }

    /* first block stylings */
    .third-section-first-block {
        margin-top: 40px;
    }

    .third-section-sub-heading {
        font-size: 16px;
        font-weight: 700;
        padding: 0px 20px 0px 20px;
    }

    .three-product-versions-block {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .glove-main-image-block img {
        border-radius: 10px;
        width: 300px;
        height: 340px;
    }
    
    /* second block stylings */
    .third-block-second-block {
        margin-top: 30px;
    }
    
    .basic-advanced-Premium-details-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .ec-version-block,
    .advanced-version-block,
    .permium-version-block {
        width: 100%;
    }
    
    /* third sectoin third block stylings */
    .third-section-cards-block {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap; 
        gap: 20px;
        width: 100%; 
    }
    
    .third-section-cards {
        width: 45%;
        padding: 15px;
        background-color: #f8f9fa;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .third-section-cards img {
        text-align: center;
    }

    .third-section-cards h3 {
        font-size: 15px;
        text-align: center;
    }

    .third-section-cards p {
        text-align: center;
        margin: 0px;
        font-size: 12px;
    }

    .third-section-content {
        margin-top: 0px;
        display: flex;
    }

    .third-section-cards p {
        margin-bottom: 0px;
    }
    
    .trackign-gadgets-display-block {
        display: flex;
        flex-direction: column;
    }

    .vechile-tracking-block,
    .child-tracking-block,
    .travel-tracking-block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* posters section stylings */
    
    .posters-display-block {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .features-list-on-shield-poster img {
        width: 280px;
        height: 400px;
    }
    
    /* table section stylings */
    .product-features-table {
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }
    
    .table-container {
        width: 100%;
        background-color: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    
    .features-content-list-table {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid black;
    }
    
    .features-content-list-table th, td {
        padding: 12px;
        text-align: left;
        border: 1px solid black;
    }
    
    .features-content-list-table th {
        background-color: #f8f9fa;
        font-weight: bold;
        font-size: 15px;
        text-align: center;
    }
    
    .features-list-table-body tr {
        border: 1px solid black;
    }
    
    .features-list-table-body td {
        border: 1px solid black;
        font-size: 13px;
    }
    
    .feature-name-block {
        font-weight: 600;
        font-size: 13px;
    }
    
    .features-list-table-body tr:hover {
        background-color: #f1f1f1;
    }
    
    .features-list-table-body td {
        color: #333;
    }
    
    .features-list-table-body td:nth-child(2),
    td:nth-child(3),
    td:nth-child(4) {
        text-align: center;
    }
    
    .features-list-table-body td:nth-child(2) {
        background-color: #e9f5ff;
    }
    
    .features-list-table-body td:nth-child(3) {
        background-color: #d4edda;
    }
    
    .features-list-table-body td:nth-child(4) {
        background-color: #f8d7da;
    }

    /* surveillance system section stylings */
    .surveillance-systems-content {
        width: 100%;
        padding: 0px 20px 0px 20px;
        margin-top: 20px;
    }

    .surveillance-systems-content h2{
        padding: 0px 20px 0px 20px;
        width: 100%;
        font-size: 26px;
        margin-bottom: 20px;
    }

    .surveillances-images-block {
        padding: 0px 20px 0px 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .surveillance-img {
        display: block;
        width: fit-content;
    }

    .surveillance-img img {
        width: 140px;
        height: 220px;
        margin: 0px;
    }

    .left-cards {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
    }

    .surveillance-card {
        width: 47%;
        height: 240px;
        padding: 15px;
        border-radius: 5px;
    }
    
    .surveillance-card h4 {
        font-weight: bold;
        font-size: 15px;
    }
    
    .surveillance-card p {
        font-size: 13px;
    }

    .third-card p {
        width: 100%;
        margin-bottom: 0px;
        font-size: 13px;
        text-align: left;
    }

    /* second section styles */
    .second-section {
        padding: 30px 0px;
    }

    .second-section-heading h3 {
        font-weight: 700;
        font-size: 19px;
    }

    .second-section-heading {
        text-align: left;
        padding: 0px 20px 0px 20px;
    }
    
    .second-section-content {
        text-align: left;
        display: flex;
        padding: 0px 20px 0px 20px;
    }

    .second-section-left {
        margin-right: 40px;
        font-size: 13px;
        width: 76%;
    }

    .second-section-right {
        font-size: 13px;
        width: 90%;
    }


    /* fourth section , enhanced security section stylings */
    .enhanced-security-banner {
        width: 90%;
        height: 470px;
        margin: 20px;
    }

    .fourth-section-heading h2{
        padding: 30px 20px 0px 20px;
        text-align: left;
        width: 100%;
        font-size: 19px;
    }

    .enhanced-security-blocks {
        margin-top: 0px;
    }

    .remove-on-mobile {
        display: none; 
    }

    .para-block {
        margin: 0px;
        width: 60%;
        transform: translateX(150px);
    }

    .first-block {
        position: relative;
        top: 20px;
    }

    .first-block p{
       text-align: left; 
       font-size: 13px;
       margin: 0px;
    }

    .bth-block {
        display: flex;
        flex-direction: column;
        width: 25%;
        height: auto;
        gap: 180px;
        margin: 0px;
        padding-left: 50px;
        position: relative;
        top: -100px;
    }

    .block1-btn {
        width: 40px;
    }

    .block1-btn::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -50px;
        width: 50px;
        height: 2px;
        background-color: #bbc2dc;
    }
    
    .block2-btn {
        width: 40px;
        margin-left: 0px;
        transform: translateY(-100px);
    }

    .block2-btn::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -50px;
        width: 50px;
        height: 2px;
        background-color: #bbc2dc;
    }

    .block2-btn::before {
        content: '';
        position: absolute;
        top: -81px;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 81px;
        background-color: #bbc2dc;
    }

    .second-block {
        position: relative;
        top: 165px;
        text-align: left;
    }

    .second-block p{
        text-align: left; 
        font-size: 13px;
        margin: 0px;
    }

    .extra-border-line {
        width: 70px;
        height: 2px;
        background-color: #bbc2dc;
        transform: translateY(118px) rotate(90deg);
        position: relative;
        left: -127px;
    }

    .block3-btn {
        width: 40px;
        margin-left: 0px;
        transform: translateY(-200px);
    }

    .block3-btn::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -50px;
        width: 50px;
        height: 2px;
        background-color: #bbc2dc;
    }

    .separate-block3 {
        position: relative;
        top: -500px;
        margin: 0px;
        width: 60%;
        left: 160px;
    }

    .third-block {
        text-align: center;
        position: relative;
        right: 150px;
        width: 95%;
        top: 30px;
    }

    .third-block p{
        text-align: left; 
        width: 100%;
        font-size: 13px;
        margin: 0px;
    }

    .third-block-extra-line {
        width: 50px;
        height: 2px;
        background-color: #bbc2dc;
        transform: translateY(12px) rotate(90deg);
        position: relative;
        left: -51%;
    }

    /* fifth section stylinhs */
    .fifth-section-heading h2 {
        padding: 30px 20px 0px 20px;
        text-align: left;
        font-size: 19px;
    }

    .fifth-section-content {
        display: flex;
        flex-direction: column;
        
    }

    .custom-style {
        display: flex;
        flex-direction: row;
        padding: 0px 20px 0px 20px;
    }

    .custom-border {
        margin: 0px; 
        clip-path: polygon(50% 12%, 100% 0%, 100% 75%, 50% 88%, 0% 75%, 0% 0%);
        background-color: #d5dcf6ff; 
        width: 70px;
        height: 140px;
        box-shadow: 0 0 0 2px #bbc2dcff; 
        display: flex;
        justify-content: center; 
        align-items: center; 
        font-weight: bolder;
        font-size: 27px;
    }

    .drones-types {
        margin: 0px;
        width: 65%;
        margin-left: 10%;
        margin-bottom: 30px;
    }

    .drones-types h5 {
        font-size: 16px;
        font-weight: blod;
    }

    .drones-types p {
        font-size: 13px;
        margin-bottom: 0px;
    }
    
    .third-drones-type {
        width: 60%;
    }

    /* sixth section stylings */
    .sixth-section {
        height: 540px;
    }

    .sixth-section-heading {
        margin-top: 0px;
    }

    .sixth-section-heading h3{
        padding: 30px 20px 0px 20px;
        text-align: left;
        font-size: 25px;
        width: 100%;
    }

    .triangle-custom-style {
        display: flex;
        flex-direction: column;
    }

    .adjust-height-block1 {
        margin: 0px;
        height: 44px;
    }

    .adjust-height-block2 {
        margin: 0px;
        height: 45px;
    }

    .adjust-height-block3 {
        margin: 0px;
        height: 45px;
    }

    .triangle1-custom-border {
        margin-right: 0px; 
        clip-path: polygon(50% 0%, 50% 0%, 100% 100%, 0% 100%);
        background-color: #d5dcf6ff; 
        width: 105px;
        height: 80px;
        box-shadow: 0 0 0 2px #bbc2dcff; 
        display: flex;
        justify-content: center; 
        align-items: center; 
        font-weight: bolder;
        font-size: 27px;
        margin-left: 150px;
        margin-bottom: 2px;
    }
    
    .triangle2-custom-border {
        margin: 0px; 
        clip-path: polygon(24.77% 0%, 75.34% 0%, 100% 100%, 0% 100%);
        background-color: #d5dcf6ff; 
        width: 215px;
        height: 50px;
        box-shadow: 0 0 0 2px #bbc2dcff; 
        display: flex;
        justify-content: center; 
        align-items: center; 
        font-weight: bolder;
        font-size: 27px;
        margin-left: 95px;
        margin-bottom: 5px;
    }
    
    .triangle3-custom-border {
        margin: 0px; 
        clip-path: polygon(16.32% 0%, 83.68% 0%, 100% 100%, 0% 100%);
        background-color: #d5dcf6ff; 
        width: 325px;
        height: 120px;
        box-shadow: 0 0 0 2px #bbc2dcff; 
        display: flex;
        justify-content: center; 
        align-items: center; 
        font-weight: bolder;
        font-size: 27px;
        margin-left: 40px;
    }

    .customized-solutions-types {
        transform: translateY(120px);
        margin: 0px;
        padding: 0px 40px 0px 40px;
        width: 80%;
        display: flex;
    }

    .customized-solutions-types h5{
        font-size: 16px;
        font-weight: bold;
    }

    .new-btn1 {
        display: block;
        padding: 10px 20px;
        background-color: #d5dcf6ff; 
        color: #3B3535;
        text-align: center;
        border-radius: 5px; 
        font-size: 16px;
        position: relative;
        border: 1px solid #bbc2dcff;
        margin-right: 30px;
    }
   
    .new-btn1::after {
        content: "1"; 
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); 
        font-size: 20px;
        font-weight: bold;
    }

    .new-btn2 {
        display: block;
        padding: 10px 20px;
        background-color: #d5dcf6ff; 
        color: #3B3535;
        text-align: center;
        border-radius: 5px; 
        font-size: 16px;
        position: relative;
        height: 33%;
        border: 1px solid #bbc2dcff; 
        margin-right: 30px;
    }
      
    .new-btn2::after {
        content: "2"; 
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); 
        font-size: 20px;
        font-weight: bold;
    }

    .new-btn3 {
        display: block;
        padding: 10px 20px;
        background-color: #d5dcf6ff;
        color: #3B3535;
        text-align: center;
        border-radius: 5px; 
        font-size: 16px;
        position: relative;
        height: 35%;
        border: 1px solid #bbc2dcff;
        margin-right: 30px;
    }
      
    .new-btn3::after {
        content: "3"; 
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); 
        font-size: 20px;
        font-weight: bold;
    }

    .custom-electronics {
        transform: translateY(130px);
    }

    .custom-safety-solutions {
        transform: translateY(190px);
    }

    .custom-border-bottom1 {
        border-bottom: none;
    }

    .custom-border-bottom2 {
        border-bottom: none;
    }

    /* get in touch stylings */
    .get-in-touch {
        height: 500px;
        margin: 0px;
        padding-bottom: 30px;
        transform: translateY(-50px);
    }

    .contact-us-main-heading {
        margin: 0px;
        padding: 0px 20px 0px 20px;
    }

    .contact-us-main-heading h3 {
        text-align: left;
        width: 100%;
    }

    .get-in-touch-content h1 {
        font-size: 19px;
    }

    .get-in-touch-content h3 {
        font-size: 19px;
        text-align: center;
    }

    .last-para {
        font-size: 13px;
    }

    .phone-img img {
        width: 250px;
        height: 240px;
        display: block;
        margin-left: auto;
        margin-right: auto; 
        
    }

    /* home footer styles */
    .home-footer-section {
        padding: 40px 10px 40px 40px;
    }

    .home-footer-block {
        display: flex;
        flex-wrap: wrap;
        gap: 40px
    }

    .block-in-home-footer {
        width: 40%;
    }

    .logo-block img {
        width: 150px;
        height: 70px;
    }

}
