* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
}

:root {
    --pri-color: #409e9e;
    --navbar: #0d1b2a;

    --desc: #27292a;
    --footer: #0d1b2a;

    --pri-btn: #057a7a;

    --social-link: #bfcdd2;

    --text-xs: clamp(13px, 1.5vw, 14px);
    --text-sm: clamp(14px, 1.5vw, 15px);
    --text-md: clamp(15px, 1.5vw, 16px);
    --text-lg: clamp(19px, 2vw, 22px);

}

.highlight {
    color: #057a7a;
    text-transform: uppercase;
}


a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;

}


.clr-pri {
    color: var(--pri-color) !important;
}

/* BUTTON */
.butn {
    display: inline-flex;
    align-items: center;
    padding: clamp(10px, 2vw, 10px) clamp(12px, 3vw, 18px);
    background-color: var(--pri-btn);
    font-size: clamp(0.7rem, 1.4vw, 0.8rem);
    font-weight: 500;
    cursor: pointer;
    color: #FFF;
    border-radius: 10px;
    text-decoration: none;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.butn_2 {
    background-color: #FFF;
    color: #ef3e68;
}



.banner-content-overlay .butn_3 {
    border: 1px solid #FFF;
    background-color: transparent;
}

.butn_3 {
    background-color:var(--pri-btn);
    color: #FFF;

}

.butn_i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 16px;
    background-color: var(--pri-color) !important;
    color: #FFF;
}


.butn_i>i {
    padding: 0 !important;
    font-size: 1em;
}



/* breadcrump */
.breadcrump {
    position: relative;
    top: 0;
    min-height: 450px;
    background-image: url("../asset/CCTV installation near me.jpg");
    background-position: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.breadcrump.sec {
    background-image: url(../asset/kerala-tour-package-provider.jpg);
}

.breadcrump h2 {
    text-transform: capitalize;
}

.breadcrump-inner>.row {
    height: 100%;
    /* user-select: none; */
}

.breadcrump-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.breadcrump-inner {
    /* display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; */
    height: 100%;
    text-align: center;
    color: white;
}

.breadcrump h1 {
    margin: 0 auto;
    font-weight: 600;
    text-transform: capitalize;
    /* font-family: "Gilda Display", serif; */
    padding: 0 15px;
}



.breadcrump-inner {
    position: relative;
    z-index: 15;
}




.bd-nav-inner {
    transform: skew(22deg);
}

.bd-nav-list li {
    margin: 0 10px;
    color: #FFf;
}

.bd-nav-list li a {
    color: #FFF;
    font-size: 14px;
}


.bd-nav-list li .active {
    color: #ffb703;
    white-space: nowrap;
}

@media screen and (max-width:999px) {
    .breadcrump::before {
        width: 100%;
    }

    .breadcrump .ptr-1 {
        width: 100%;
    }

}

/* TOP HEADER */
.top-header {
    background:#2d2c2c;
    
}

.widget_wrapper {
    display: flex;
    align-items: center;
}

.widget {
    display: flex;
    align-items: center;
    width: fit-content;
    height: auto;
    align-items: center;
}

.widget_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#ffffff;
    border-radius: 100%;
    color: #2d2c2c;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    font-size: 13px;
}

.widget_icon>i {
    font-size: 1em;
}


.widget_link {
    font-size: var(--text-sm);
    text-decoration: none;
    letter-spacing: -.4px;
    color: #FFF;
    font-weight: 200;
}

.tp_social .socials {
    display: flex;
    align-items: center;
}

.tp_social .socials .social {
    margin: 0 7px;
}

.tp_social .socials .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    font-size: 16px;
}

.tp_social .socials .social i {
    font-size: 1em;
    color: var(--social-link);
}

/* NAVBAR */
.navbar {
    background-color: #2d2c2c;
}



.navbar .nav-item {
    margin: 0 14px;

}

.navbar .nav-item .nav-link {
    text-transform: uppercase;
    font-size: clamp(0.86rem, 1.4vw, 0.95rem);
    color: inherit;
    padding: 0 10px;
    transition: all 0.3s linear;
}

.navbar-toggler {
    color: #FFF;
    background-color: var(--pri-btn);
}

.slanting-bg {
    position: absolute;
    background-color: #FFF;
    height: 100%;
    width: 75%;
    right: 0;
    top: 0;
    transform: skew(-26deg);
    z-index: 1;
    margin-right: -100px;
}


.btn-close {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    z-index: 2;
}

.btn-close>i {
    font-size: 20px;
    color: #FFF !important;
}

.offcanvas-header {
    background-color: var(--navbar);
}

@media(min-width:2200px) {
    .slanting-bg {
        width: 70%;
    }
}

@media(min-width:2550px) {
    .slanting-bg {
        width: 65%;
    }
}

@media (max-width:1700px) {
    .slanting-bg {
        width: 80%;
    }
}


@media (max-width:1200px) {

    .navbar .nav-item {
        position: relative;
    }

    .navbar .nav-item .nav-link::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -20px;
        background-color: #4d5359;
        height: 1px;
        width: 20px;
    }

    .navbar .nav-item .nav-link.active::before {
        height: 2px;
        background-color: #0d1b2a;
    }


    .navbar .nav-item {
        margin: 0 10px;
        padding: 12px 0;
    }

    .navbar .nav-item .nav-link {
        font-size: 20px;
    }

    .navbar .nav-item .nav-link.active {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .offcanvas-body {
        padding-top: 60px;
        padding-left: 40px;
    }
}

@media (max-width:1300px) {
    .slanting-bg {
        width: 85%;
    }
}

@media screen and (max-width:486px) {
    .navbar-brand>img {
        width: 180px;
    }
}

/* -------------------------------------------------------- */

.title {
    display: block;
    position: relative;
}


.title::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #106c70;
}

.sub-title {
    text-transform: uppercase;
    font-size: var(--text-sm);
    font-weight: 600;
    letter-spacing: 1.3px;
    color: white;
}

.desc {
    position: relative;
    font-size: var(--text-md);
    color: var(--desc);
}


.image_inner {
    display: grid;
    grid-row: 1;
    max-width: 80%;
    border-radius: 20px;
    overflow: hidden;
}

.image_inner>img {
    transition: transform 0.3s linear;
}

.image_inner>img:hover {
    transform: scale(1.1);
}

.bg_1 {
    position: absolute;
    height: 100px;
    width: 100px;
    bottom: 0;
    left: 20px;
    filter: brightness(0) saturate(100%) invert(26%) sepia(63%) saturate(359%) hue-rotate(161deg) brightness(91%) contrast(98%);
}

.bg_2 {
    position: absolute;
    height: 100px;
    width: 200px;
    top: 0;
    left: 40px;
    filter: brightness(0) saturate(100%) invert(26%) sepia(63%) saturate(359%) hue-rotate(161deg) brightness(91%) contrast(98%);
    object-fit: contain;
}

.sec-1_flt {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.box {
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box .box_icon {
    height: 40px;
    width: 40px;

}

.box .box_icon>img {
    padding: 5px;
}

.box-title {
    font-size: var(--text-sm);
    font-weight: 500;
}

.box-description {
    font-size: var(--text-xs);
    font-weight: 300;
}

.exp-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12px;
    background-image: linear-gradient(to right top, #057a7a, #1b8383, #298c8c, #359595, #409e9e);
    color: #FFF;
    z-index: 10;

}


@media (max-width:767px) {
    .sec-1_flt {
        position: relative;
    }
}

/* SERVICES------------------------ */
.serv-icon {
    position: relative;
    right: 0;
    height: 60px;
    width: 60px;
    padding: 10px;
    background-color: #FFF;
    margin-top: -40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.serv-body {
    position: relative;
    margin: 0 13px;
    background-color: #FFF;
    margin-top: -80px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.serv_content {
    background-color: #FFF;
    padding: 20px;
}

.serv-title {
    font-size: 23px;
    font-weight: 600;
}

.serv_card .desc {
    color: #27292a;
    font-weight: 300;
    font-size: var(--text-xs);
}

.sec_ptr-1 {
    position: absolute;
    right: 0;
    top: 10%;
    width: 10%;
    z-index: -1;
    filter: brightness(0) saturate(100%) invert(26%) sepia(63%) saturate(359%) hue-rotate(161deg) brightness(91%) contrast(98%) opacity(25%);
}

.sec_ptr-2 {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 10%;
    z-index: -1;
    filter: brightness(0) saturate(100%) invert(26%) sepia(63%) saturate(359%) hue-rotate(161deg) brightness(91%) contrast(98%) opacity(25%);

}


/* WHY CHOOSE US ------------------*/
.sec-3 {
    position: relative;
    background-image: url("../asset/Footer 02.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000083;
}

.sec_box {
    position: relative;
    height: 100%;
    background-color: #ffffff;
    padding: 20px;
    min-height: 240px;
}

.sec_box.first {
    position: relative;
    overflow: hidden;
}


.sec_box.first .sec_bg {
    position: absolute;
    bottom: 0;
    right: -80px;
    width: 80%;
    opacity: 25%;

}


.sec_box .desc {
    text-align: center;
}

.bg-text {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 100px;
    color: #ced4da94;
    font-weight: 900;
}

.box_icon {
    position: relative;
    height: 60px;
    width: 60px;
}

.sec_box.first {
    background-color: #0d1b2a;
}

.sec_title {
    position: relative;
    font-size: var(--text-lg);
    color: #212529;
    font-weight: 600;
    text-align: center;
}


/* TESTIMONIAL */
.testi_item .box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 40px 60px 40px;
}


.testimonial.wrapper {
    position: relative;
}


.quote1 {
    position: absolute;
    top: 9%;
    left: 10%;
    height: 50px;
    width: 50px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    opacity: 25%;
    filter: brightness(0) saturate(100%) invert(56%) sepia(50%) saturate(448%) hue-rotate(131deg) brightness(88%) contrast(87%);

}

.quote2 {
    position: absolute;
    bottom: 5%;
    right: 10%;
    height: 50px;
    width: 50px;
    opacity: 25%;
    filter: brightness(0) saturate(100%) invert(56%) sepia(50%) saturate(448%) hue-rotate(131deg) brightness(88%) contrast(87%);

}

.authr_thumbnail {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    margin-top: -40px;
    /* background-color: #0d1b2a; */
    border: 5px solid #FFF;
}

.authr_thumbnail>img {
    object-fit: contain;
}

.authr_name {
    font-weight: 400;
    font-size: var(--text-md);
    color: #596065;
}

.testi_item .desc {
    color: var(--desc);
    font-weight: 300;
    font-size: var(--text-sm);
}

.caro-2 .swiper-slide {
    display: flex;
    /* background: #eee; */
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
}



/* FOOTER----------------------------------------- */
.footer_content {
    position: relative;
    background-image: url("../asset/Expert CCTV Installation Services in Alappuzha.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    background-color: #0d1b2a;
}



.footer_content .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000071;
    z-index: 1;
}

.footer-bg {
    position: relative;
    background-image: url(../asset/bg-2.png);
    width: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 150px;
    z-index: 2;
    margin-top: -10px;
}

.breadcrump-bg {
    position: absolute;
    bottom: -20px;
    background-image: url(../asset/bg-2.png);
    width: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 190px;
    z-index: 2;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

#menu-services-menu {
    list-style: none;
}

footer {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background: transparent;
    padding-top: 80px;
    padding-bottom: 0;
    margin-top: -6px;
    z-index: 3;
}

footer>.ftr_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.widget.widget_contact_widget {
    align-items: start;
}

.widget.widget_contact_widget,
.widget.widget_nav_menu {
    flex-direction: column;
}


.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    font-size: 1em;
    color: #FFF;
}

h3.footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: Roboto;
}

.widget.widget_nav_menu ul li a {
    position: relative;
    padding: 6px 0 6px 0px;
    display: inline-block;
    color: #fff;
}

.widget.widget_nav_menu ul li a::before {
    content: '-';
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffb703;

}

.fa-ul li i {
    color: #FFF;
}

.fa-ul li span,
.fa-ul li a {
    color: #FFF;
}

.footer_bottom {
    border-top: 1px solid #8c8f915f;
}

.footer_bottom-text {
    color: #8c8f91;
}



/* sticky-icons */
.sticky01 {
    right: 8px;
    position: fixed;
    top: 250px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sticky01 a {
    padding: 6px;
    background-color: #001d3d;
    border-top-left-radius: 20%;
    border-bottom-right-radius: 20%;
    transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
}

.sticky01 a:hover {
    border-radius: 50%;
}

.sticky01 img {
    height: 30px;
    width: 30px;
}

.sticky01 a {

    background: #001d3d5e;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1),
        inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: hidden;
}

.sticky01 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.8),
            transparent);
}

.sticky01 a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.8),
            transparent,
            rgba(255, 255, 255, 0.3));
}

.sec-5 {
    position: relative;
    background-image: url(../asset/slide-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}





/* contact page */
.contact .map {
    overflow: hidden;
    border-radius: 20px;
}

.contact_list {
    background-color: var(--sec-bg);
}

.cnt {
    display: flex;
    align-items: center;
    padding: 30px;
    border-radius: 14px;
    height: 100%;
    background-color: var(--pri-color);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cnt:hover {
    transform: scale(1.03);
}

.cnt_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 20px;
    background-color: #106c70;
    padding: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.cnt_icon>i {
    font-size: 1.1em;
    color: #FFF;
}

.cnt_body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-left: 20px;
}

.cnt_title {
    position: relative;
    display: inline-flex;
    text-transform: uppercase;
    color: #0d1b2a;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}




.cnt_body .txt {
    color: #f8f9fa;
    font-weight: 300;
}

.cnt_body .txt:hover {
    color: var(--active-link);
}

/* Form section background */
.booking-section {
    background: #f0f4f8;
}

/* Card styling */
.booking-form {
    transition: all 0.3s ease-in-out;
}

/* Floating label fix for select */
.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}


.form-control {
    padding: 10px;
}

.form-floating label {
    margin-left: 12px;
}

.form-control:focus,
.form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
}


.btn-submit {
    background-color: #106c70;
    color: #FFF;
    border-radius: 100px;
}

.btn-submit:hover {
    background-color: #083335;
    color: #FFF;
}




.booking-form h3 {
    font-size: 1.5rem;
    color: #222;
}