:root {
    --primary-color: #333;
    --secondary-color: #444;
    --overlay-color: rgba(0, 0, 0, 0.5);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Catamaran', sans-serif;
    line-height: 1.6;
    color: #333;
    font-size: 1.1rem;
}

h1,
h2,
h3,
h4 {
    line-height: 1.3;
}

a {
    color: #444;
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    width: 100%;
}


.event-title {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
     box-shadow: 0 5px 15px rgba(0, 98, 204, 0.5);
}

.btn-primary {
    background-color: #0062cc;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 98, 204, 0.5);
}

.btn-primary:hover {
    background-color: #004a9f;
    transition: background-color 0.3s ease-in-out;
}

.navbar {
    background-color: #8AC7DA;

}

.navbar a {
    color: #C1392B !important;
    font-weight: 600;
}

.section-a {
    background-color: #239DAA;
    height: 100vh !important;
}

.section-a .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
    align-items: center;
    justify-content: center;
}

.section-a h1 {
    /* font-size: 4rem; */
    color: var(--primary-color);
}

.section-a p {
    margin: 1rem 0;
}

.section-b {
    position: relative;
    background: url('https://img.freepik.com/premium-vector/global-network-connection-concept-social-network-communication-online-with-envelope-background_618588-579.jpg') no-repeat bottom center/cover;
    height: 100vh;
}

.section-b-inner {
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    max-width: 860px;
    padding: 5rem 0;
}

.section-b-inner h3 {
    font-size: 2rem;
}

.section-b-inner h2 {
    /* font-size: 5rem; */
    margin-top: 1rem;
}

.section-b-inner p {
    margin-top: 1rem;
    font-size: 1.5rem;
}
.navbar-brand{
    padding: 0 !important;
}
.section-c .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.section-c .gallery a:first-child {
    /* grid-row-start: 1;
  grid-row-end: 3; */
    grid-row: 1/3;
    grid-column: 1/3;
}

.section-c .gallery a:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
}

.section-c .gallery img,
.section-c .gallery a {
    width: 100%;
    height: 100%;
}
 .security_card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 100px !important;
    background: #b3edff;
    /* Removes the default border to lean into a more modern design */
}

.card-body {
    padding: 2rem;
}

.card-title {
    color: #158CB6;
    /* A fresh, bright blue color for the title */
    font-family: 'Arial', sans-serif;
    /* Cleaner, more modern font */
    font-weight: bold;
    /* Increases weight for better visibility */
    margin-bottom: 0.5rem;
    /* Proper spacing between title and text */
    text-transform: uppercase;
    /* Styling choice to make the title stand out */
    font-size: 1.5rem;
    /* Larger font size for emphasis */
}

.card-text {
    color: #343a40;
    /* Dark gray for regular text, ensuring readability */
    font-family: 'Arial', sans-serif;
    font-size: 1.1rem;
    /* Slightly larger font size for better legibility */
    line-height: 1.6;
    /* Improved line spacing for reading comfort */
}


/* Ensures the image does not exceed the height of the card */
.img-fluid {
    max-height: 300px !important;
    /* Adjust this value based on your design needs */
    object-fit: cover;
    /* Ensures the image covers the area without distorting */
    width: auto;
    /* Maintains the width automatically according to the height */
}

.section-footer {
    background: var(--primary-color);
    color: #fff;
    padding: 4rem 0;
}

.section-footer .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
}

.section-footer h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.section-footer h3 {
    margin-bottom: 0.7rem;
}

.section-footer a {
    line-height: 1.9;
    color: #ccc;
}

.section-footer a>i {
    color: #555;
    margin-right: 0.5rem;
}

.email-form {
    width: 100%;
    display: inline-block;
    background-color: #555;
    position: relative;
    border-radius: 20px;
    line-height: 0;
    margin-top: 1rem;
}

/* // .form-control-wrap {
// 	position: relative;
// 	display: inline-block;
// 	width: 100%;
// } */

.email-form .form-control {
    display: inline-block;
    border: 0;
    outline: 0;
    font-size: 1rem;
    color: #ddd;
    background-color: transparent;
    font-family: inherit;
    margin: 0;
    padding: 0 3rem 0 1.5rem;
    width: 100%;
    height: 45px;
    border-radius: 20px;
}

.email-form .submit {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background-color: #eee;
    font-size: 1rem;
    text-align: center;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    color: #333;
    cursor: pointer;
    border-radius: 0 20px 20px 0;
}

.btn {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 0.8rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    border-radius: 30px;
}

.btn:hover {
    background: var(--secondary-color);
    color: #ddd;
}

.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--overlay-color);
}

/* pricing part css starts  */
.pricing-table-10 {
    text-align: center;
    transition: 0.3s ease-in;
    position: relative;
    z-index: 0;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 7px 0 rgba(77, 109, 230, 0.35);
    margin-bottom: 30px;
}

.pricing-table-10:hover .icon-area {
    background-color: #239DAA;
    color: #fff;
}

.pricing-table-10:hover .icon-area .title {
    color: #fff;
}

.pricing-table-10:hover .price-footer {
    background-color: #239DAA;
}

.pricing-table-10:hover .price-footer .price {
    color: #fff;
}

.pricing-table-10:hover .price-footer .dollar {
    color: #fff;
}

.pricing-table-10:hover .price-footer .month {
    color: #fff;
}

.pricing-table-10:hover .price-footer .order-btn {
    background-color: #fff;
    color: #282828;
}

.pricing-table-10 .icon-area {
    background-color: #efefef;
    color: #239DAA;
    font-size: 60px;
    line-height: 60px;
    padding: 30px 0 20px;
    margin-bottom: 35px;
    position: relative;
    transition: 0.3s ease-in;
}

.pricing-table-10 .icon-area .title {
    color: #282828;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    transition: 0.3s ease-in;
}

.pricing-table-10 .price-footer {
    margin-top: 40px;
    background-color: #efefef;
    transition: 0.3s ease-in;
}

.pricing-table-10 .price-footer .price {
    font-size: 50px;
    line-height: 60px;
    color: #239DAA;
    font-weight: 700;
    text-align: center;
    position: relative;
    transition: 0.3s ease-in;
    padding: 25px 0;
}

.pricing-table-10 .price-footer .price .dollar {
    font-size: 33px;
    line-height: 33px;
    position: relative;
    top: -12px;
    transition: 0.3s ease-in;
}

.pricing-table-10 .price-footer .price .month {
    font-size: 16px;
    line-height: 20px;
    transition: 0.3s ease-in;
}

.pricing-table-10 .price-footer .order-btn {
    display: inline-block;
    width: 165px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    color: #fff;
    transition: 0.5s ease-in;
    font-weight: 600;
    background-color: #239DAA;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.pricing-table-10 .price-footer .order-btn:hover {
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.35);
    background-color: #333;
    color: #fff;
}

.pricing-table-10.active .price-header {
    position: relative;
}

.pricing-table-10 .price-body ul {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.pricing-table-10 .price-body ul li {
    list-style: none;
    display: block;
    color: #282828;
    margin: 0 30px;
    padding: 15px 0;
    transition: 0.3s ease-in;
    border-bottom: 1px solid #e7eefe;
}

.pricing-table-10 .price-body ul li:first-child {
    margin-top: 0;
}

.pricing-table-10 .price-body ul li:last-child {
    margin-bottom: 0;
}

/* pricing part css ends  */
@media (max-width: 700px) {
    .section-a .container {
        grid-template-columns: 1fr;
        text-align: center;
    }
 .security_card {
    text-align: center !important;
}
.section-c .gallery {
    grid-template-columns: repeat(1, 1fr);
}
    .container {
        /* margin-bottom: 3rem; */
    }

    .section-a .container div:first-child {
        order: 2;
    }

    .section-a .container div:nth-child(2) {
        order: -1;
    }

    .section-a img {
        width: 80%;
        margin: auto;
    }


    .section-c .gallery a:first-child {
        grid-row: 1/1;
        grid-column: 1/1;
    }

    .section-c .gallery a:nth-child(2) {
        grid-column: 2/4;
        grid-row: 2/2;
    }

    .section-c .gallery a:last-child {
        display: none;
    }

    .section-footer {
        padding: 2rem 0;
    }

    .section-footer .container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .section-footer div:nth-child(2),
    .section-footer div:nth-child(3) {
        display: none;
    }
}