/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Sen', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background: linear-gradient(to bottom, #135761, #072024);
    height: auto;
    background-size: 100%;
}

.bg-light {
    background-color: transparent !important;
}

.ml-auto,
.mx-auto {
    margin: 0 auto !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 20px;
    font-size: 17px;
    color: #fefefd;
    border-radius: 5px;
    text-transform: uppercase;
    pointer-events: auto !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #f9b116 !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #f9b116 !important;
}

/* Ensure menu appears above other content */
.navbar-collapse {
    z-index: 1000;
}

/* For mobile menu specifically */
/* @media (max-width: 992px) {
    .navbar-collapse {
        background: linear-gradient(to bottom, #135761, #072024);
        padding: 20px;
        margin-top: 10px;
        border-radius: 5px;
    }
    
    .navbar-nav .nav-link {
        padding: 10px 15px !important;
        margin: 5px 0;
    }
} */

.navbar-brand {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row nowrap;
    width: 40%;
}

.navbar {
    padding: 20px 0px;
}

/* header section end */

/* Animation for sections when they come into view */
.section-animate {
    opacity: 0;
    transform: translateX(0);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: transform, opacity;
}

.section-animate.animate {
    opacity: 1;
    transform: translateX(0);
}

/* slide-in effect */
.section-animate.slide-in {
    transform: translateX(20px);
}

.section-animate.slide-in.animate {
    transform: translateX(0);
}

/* end of animation */

/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/networking.jpg);
    height: 86vh;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 100px;
    margin-top: -2px;
}

.banner_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 86vh;
    background: linear-gradient(to bottom, #0c393e81, rgba(0, 0, 0, 0.5)); /* Adjust transparency (0.5 = 50% opacity) */
}

@media screen and (max-width: 768px) {
    .banner_section {
        height: auto;
    }
    .banner_section::before {
        height: auto;
    }
}

/* Ensure text stays above the overlay */
.banner_section  {
    position: relative;
    z-index: 2;
    padding-top: 70px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 70px;
    color: #ffffff;
    padding-top: 100px;
    font-weight: bold;
    line-height: 70px;
    text-transform: uppercase;
    text-align: center;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f8f8f8;
    margin: 0px;
    padding: 30px 0px;
    text-align: center;
}

.read_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color:#135761;
    padding: 12px 0px;
    text-align: center;
    border-radius: 4px;
}

.read_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 0px;
    top: 90%;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: 0px;
    top: 90%;
    background-color: #ffffff;
    color: #252525;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 50px;
    height: 50px;
    background: #135761;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background: #ffffff;
    color: #000;
}

@media screen and (max-width: 768px) {
    .carousel {
        margin-bottom: 30px;
    }
}

/* banner section end */

/* service section start */

.service_section {
    width: 100%;
    float: center;
    padding-top: 90px;
}

.service_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #232222;
    font-weight: 800;
    text-align: center;
    margin-top: 15px;
}

.service_taital::after {
    content: '';
    position: absolute;
    width: 50px;
    left: 0px;
    right: 0px;
    background-color: #135761;
    height: 10px;
    bottom: 0px;
    margin: 0 auto;
    border-radius: 20px;
}

.service_section_2 {
    width: 100%;
    float: center;
    padding-top: 30px;
}

.service_box {
    width: 100%;
    background-color: #135761;
    height: 420px;
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.service_box:hover {
    background-color: #161616;
    margin-top: 50px;
}

.service_box.active {
    background-color: #161616;
    margin-top: 50px;
}

.building_icon {
    width: 100%;
    text-align: center;
    padding: 0px 0px 20px 0px;
    min-height: 93px;
}

.residential_text {
    width: 80%;
    font-size: 26px;
    color: #fcfcfd;
    text-align: center;
    margin: 0 auto;
}

.service_text {
    width: 100%;
    font-size: 15px;
    color: #fcfcfd;
    text-align: center;
    margin: 0px;
}

.readmore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fcfcfd;
    background-color: #232222;
    text-align: center;
    padding: 12px 0px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #fcfcfd;
    background-color: #135761;
}

.readmore_bt.active a {
    color: #fcfcfd;
    background-color: #135761;
}


/* service section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #232222;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-top: 100px;
}

.about_taital::after {
    content: '';
    position: absolute;
    width: 100px;
    left: 0px;
    background-color: #135761;
    height: 10px;
    bottom: 0px;
    right: 0px;
    margin: 0 auto;
    border-radius: 20px;
}

.about_section_2 {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    background-size: 100%;
    padding-bottom: 60px;
}

.about_taital_main {
    width: 100%;
    float: left;
}

.slightly_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #232222;
    font-weight: bold;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .slightly_text {
        margin-top: 20px;
        margin-bottom: -20px;
    }
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #232222;
    margin: 30px 0px 30px 0px;
}

.readmore_btn {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.readmore_btn a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fcfcfd;
    background-color: #135761;
    text-align: center;
    padding: 12px 0px;
    border-radius: 5px;
    font-weight: bold;
}

.readmore_btn a:hover {
    color: #ffffff;
    background-color: #232222;
}

.about_img img {
    width: 100%;
    float: left;
}


/* about section end */

/* products section start */
.products_section {
    width: 100%;
    float: left;
    background-color: #f5f7f8;
    padding: 80px 0;
}

.products_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #232222;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
}

.products_taital::after {
    content: '';
    position: absolute;
    width: 50px;
    left: 0px;
    right: 0px;
    background-color: #135761;
    height: 10px;
    bottom: 0px;
    margin: 0 auto;
    border-radius: 20px;
}

.products_intro {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #232222;
    text-align: center;
    margin: 20px 0 10px 0;
}

.products_slider {
    width: 100%;
    margin: 20px auto 40px;
}

.products_slide {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(19, 87, 97, 0.15);
    position: relative;
    background-color: #0f2f35;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_slide img {
    width: 98%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.products_slide_caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 18px;
    background: linear-gradient(0deg, rgba(15, 47, 53, 0.85), rgba(15, 47, 53, 0.2));
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.products_section .carousel-control-prev,
.products_section .carousel-control-next {
    width: 44px;
    height: 44px;
    background: rgba(19, 87, 97, 0.85);
    border-radius: 50%;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 12px;
}

.products_section .carousel-control-prev:hover,
.products_section .carousel-control-next:hover,
.products_section .carousel-control-prev:focus,
.products_section .carousel-control-next:focus {
    background: #232222;
}

.products_section .carousel-control-prev i,
.products_section .carousel-control-next i {
    color: #ffffff;
    font-size: 26px;
}

.products_section .carousel-indicators {
    bottom: -45px;
}

.products_section .carousel-indicators li {
    background-color: #135761;
    opacity: 0.35;
}

.products_section .carousel-indicators .active {
    opacity: 1;
}

.product_card {
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #e6eef0;
    padding: 30px;
    margin-top: 45px;
    box-shadow: 0 10px 24px rgba(19, 87, 97, 0.12);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product_icon {
    width: 100%;
    text-align: center;
    font-size: 48px;
    color: #135761;
    margin-bottom: 15px;
}

.product_title {
    width: 100%;
    font-size: 24px;
    color: #232222;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
}

.product_text {
    width: 100%;
    font-size: 16px;
    color: #232222;
    text-align: center;
    margin: 0px;
    flex: 1;
}

.product_link {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.product_link a {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    background-color: #135761;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
}

.product_link a:hover {
    color: #ffffff;
    background-color: #232222;
}

@media screen and (max-width: 768px) {
    .products_section {
        padding: 40px 0;
    }

    .products_taital {
        font-size: 2rem;
    }

    .products_slide img {
        height: 100%;
    }

    .products_slide {
        height: 240px;
    }

    .products_section .carousel-indicators {
        bottom: -25px;
    }

    .product_card {
        padding: 20px;
    }
}
/* products section end */

/* Cybersecurity Section */
.cybersecurity-section {
    width: 100%;
    float: left;
    padding: 80px;
    background-color: #d6d5d56f;
    margin-top: 80px;
}

.cybersecurity-section .service_taital {
    color: #232222;
    font-weight: 800;
    text-align: center;
    margin-top: 15px;
}

.cybersecurity-section .service_taital::after {
    content: '';
    position: absolute;
    width: 50px;
    left: 0px;
    right: 0px;
    background-color: #135761;
    height: 10px;
    bottom: 0px;
    margin: 0 auto;
    border-radius: 20px;
}

.cybersecurity-section .service_box {
    background-color: #dadedf;
    height: 320px;
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.cybersecurity-section .residential_text {
    color: #000;
}

.cybersecurity-section .service_text {
    color: #000;
    text-align: center;
    margin: 0px;
}

.cybersecurity-section .building_icon i {
    color: #000;
    margin-bottom: 20px;
}

.cybersecurity-section .building_icon {
    min-height: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Responsive design for mobile phones */
@media screen and (max-width: 768px) {
    .col-sm-12 h1 {
        font-size: 2rem;
    }

    .cybersecurity-section {
        padding: 20px;
    }

    .cybersecurity-section .service_box {
        height: auto;
        padding: 20px;
    }
}

/* Cybersecurity Section end */


/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
    padding-bottom: 65px;
}

.testimonial_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #111111;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

.testimonial_text {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #232222;
    margin-left: 0px;
}

.testimonial_section_2 {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    text-align: center;
}

.testimonial_left {
    width: 25%;
    float: left;
}

.testimonial_right {
    width: 75%;
    float: left;
}

.client_img {
    width: 100%;
    float: left;
    position: relative;
    margin: 2px 0 30px 0;
    border: 2px solid #f9b116;
    padding: 10px;
}

/* .client_img::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 214px;
    border: 2px solid #f9b116;
    left: 0px;
    top: 0px;
    z-index: -1;
} */

.markro_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #232222;
    font-weight: bold;
}

.many_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2f2f2e;
    margin: 0px;
}

.quick_icon {
    width: 100%;
    float: left;
    padding-top: 20px;
}

#my_slider a.carousel-control-prev {
    position: absolute;
    left: 45%;
    top: 105%;
}

#my_slider a.carousel-control-next {
    position: absolute;
    right: inherit;
    top: 105%;
    left: 50%;
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
    width: 50px;
    height: 50px;
    background: #135761;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
    background: #252525;
    color: #ffffff;
}


/* testimonial section end */


/* shop section start */

.shop_section {
    width: 100%;
    background-color: #135761;
    float: left;
    height: auto;
    padding-bottom: 40px;
    padding-top: 40px;
    background-size: cover;
    margin-top: 20px;
}

.shop_taital {
    width: 100%;
    float: left;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
    color: #f8f8f8;
}

.shop_text {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #f8f8f8;
    margin: 0px 0px 40px 0px;
}

.btn_main {
    width: 33%;
    margin: 0 auto;
    text-align: center;
}

.quote_bt {
    width: 170px;
    float: left;
}

.quote_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #f9b116;
    padding: 10px 0px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
}

.quote_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

.call_bt {
    width: 170px;
    float: left;
    margin-left: 15px;
}

.call_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #f9b116;
    padding: 10px 0px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
}

.call_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

.call_bt.active a {
    background: #ffffff;
    color: #252525
}


/* shop section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    background-image: url(../images/contact-bg.png);
    height: auto;
    background-size: 100%;
}

.contact_taital {
    width: 100%;
    float: left;
    color: #0b0b0b;
    font-weight: bold;
    font-size: 40px;
    padding-left: 100px;
}

.contact_section_2 {
    width: 100%;
    float: left;
}

.mail_section_1 {
    width: 100%;
    float: left;
    padding-left: 100px;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #363636;
    border: 0px;
    border: 1px solid #003471;
    background-color: #ffffff !important;
    padding: 10px 15px 10px 15px;
    margin-top: 20px;
}

.massage-bt {
    color: #363636;
    width: 100%;
    height: 110px;
    font-size: 18px;
    border: 1px solid #003471 !important;
    background-color: #ffffff !important;
    padding: 40px 15px 10px 15px;
    margin-top: 20px;
}

.send_bt {
    width: 170px;
    float: left;
    margin-top: 20px;
}

.send_bt a {
    width: 100%;
    float: left;
    background-color: #f9b116;
    color: #fefeff;
    text-align: center;
    padding: 12px 0px;
    font-size: 16px;
    border-radius: 4px;
}

.send_bt a:hover {
    background-color: #252525;
    color: #fefeff;
}

.padding_right0 {
    padding-right: 0px;
}

/* contact section start */


/* footer section start */
.footer_section {
    width: 100%;
    float: left;
    background-color: #0c8094; /* Changed from #252525 to #0A97B0 */
    height: auto;
    background-size: 100%;
    padding: 60px 0px 30px;
}

.footer_sectio_2 {
    width: 100%;
    float: left;
}

.useful_text {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}

.useful_text:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #ffffff;
}

.footer_text {
    width: 100%; /* Changed from 68% to 100% for better responsiveness */
    font-size: 15px;
    color: #f8f8f8;
    margin: 0px;
    padding-top: 0px;
    line-height: 1.6;
}

/* Contact Item Styling */
.contact_info {
    margin-bottom: 20px;
}

.contact_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact_item i {
    min-width: 25px;
    margin-right: 10px;
    color: #ffffff;
}

/* Footer Menu Styling */
.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer_menu li {
    margin-bottom: 10px;
}

.footer_menu li a {
    font-size: 15px;
    color: #f8f8f8;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 15px;
}

.footer_menu li a:before {
    content: '›';
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 18px;
}

.footer_menu li a:hover {
    color: #ffffff;
    padding-left: 20px;
}

.footer_menu li.active a {
    color: #ffffff;
    font-weight: bold;
}

/* Newsletter Section */
.Enter_text {
    width: 100%;
    font-size: 16px;
    color: #f8f8f8;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 12px 15px;
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

input.Enter_text::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.subscribe_bt {
    width: 100%; /* Changed from 190px to 100% for better responsiveness */
    float: left;
    margin-top: 20px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #0A97B0;
    background-color: #ffffff;
    text-align: center;
    padding: 12px 0px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.subscribe_bt a:hover {
    color: #ffffff;
    background-color: #086f80;
}

/* Social Icons */
.social_icon {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: flex;
}

.social_icon li {
    margin-right: 15px;
}

.social_icon li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #135761;
    font-size: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social_icon li a:hover {
    color: #ffffff;
    background-color: #086f80;
    transform: translateY(-3px);
}

/* Responsive Media Queries */
@media only screen and (max-width: 991px) {
    .footer_section {
        padding: 50px 0px 20px;
    }
    
    .footer_text {
        width: 100%;
    }
    
    .col-lg-4 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_section {
        padding: 40px 0px 10px;
    }
    
    .useful_text {
        font-size: 20px;
    }
    
    .footer_text {
        font-size: 14px;
    }
    
    .footer_menu li a {
        font-size: 14px;
    }
    
    .social_icon li a {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .footer_section {
        text-align: center;
    }
    
    .useful_text:after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer_menu li a {
        padding-left: 0;
    }
    
    .footer_menu li a:before {
        display: none;
    }
    
    .contact_item {
        justify-content: center;
    }
    
    .social_icon ul {
        justify-content: center;
    }
}

/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #135761;
    height: auto;
}

.copyright_text {
    width: 100%;
    color: #f8f8f8;
    text-align: center;
    font-size: 16px;
    margin: 20px 0px;
}

.copyright_text a {
    color: #f8f8f8;
}

.copyright_text a:hover {
    color: #f9b116;
}

.margin_top_90 {
    margin-top: 90px;
}

.logo {
    max-height: auto; /* Adjust the height as needed */
    max-width: 10%;
    object-fit: cover;
    position: relative;
    top: 4px;
    bottom: 20px;
    left: 50px;
}

.logo-text {
    margin-left: 60px;
    margin-top: 7px;
    width: 90%;
    color: #fff;
    font-variant: small-caps;
    font-size: 20px;
}

/* Ensure the logo doesn't disappear on mobile and is responsive */
@media screen and (max-width: 768px) {
    .logo {
        display: block !important;
        max-width: 50px;
        left: 0;
    }
    
    .navbar-brand {
        flex-flow: row nowrap !important;
        align-items: center;
    }
    
    .logo-text {
        margin-left: 15px;
        margin-top: 0;
    }
}

@media screen and (max-width: 400px) {
    .logo {
        max-width: 40px;
    }
    
    .logo-text {
        font-size: 16px;
    }   
}

@media screen and (max-width: 340px) {
    .logo {
        max-width: 30px;
    }

    .logo-text {
        font-size: 14px;
    }
}

.logo-text-style {
    color: orange;
}

.row.justify-content-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* copyright section end */