
.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #2c2f71fc!important;
}
        body {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            color: #2c2f71fc;
        }
        .bg-websitecolor{
            background:#2c2f71fc;
            color:white;
        }
        .mobnav{
            display:none;
        }
        /* Ribbon Header */
        .ribbon-header {
            background-color: #fff;
            padding: 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
            width: 100%;
            z-index: 1000;
        }

        /* Blue Header */
        .blue-header {
            background-color: #2c2f71fc;
            opacity: 0.9;
            padding: 15px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
            width: 100%;
            z-index: 1000;
            transition: top 0.3s ease-in-out;
        }

        .blue-header a {
            color: #fff;
            text-decoration: none;
            margin: 0 15px;
        }

        .dropdown-item:hover {
            background-color: transparent;
        }

        .dropdown-item {
            color: #2c2f71fc !important;
        }

        .blue-header-fixed {
            position: fixed;
            top: 0;
            width: 100%;
        }

        .contact-info {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 10px;
        }

        .contact-info .border_add {
            flex: 1;
            text-align: center;
            padding: 0 5px;
            border-right: 1px solid #ccc;
            margin-bottom: 10px;
        }

        /* Form Section */
        .form-section {
            background-color: #fff;
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            max-width: 400px;
            text-align: center;
            padding: 20px;
        }

        .form-section h2 {
            color: #2c2f71fc;
        }

        .form-section p {
            color: #2c2f71fc;
        }

        .form-section input {
            width: 100%;
            margin-bottom: 10px;
            padding: 10px;
            box-sizing: border-box;
            outline:none;
            border:none;
            border-bottom :1px solid #2c2f71fc;
        }

        .form-section button,.btnprimary {
            background-color: #2c2f71fc;
            color: #fff;
            width: 100%;
            padding: 10px;
            box-sizing: border-box;
            border: none;
            cursor: pointer;
        }
        
        /* Contact Form Section */
        #contact-section {
            background-color: #ffffff;
            padding: 50px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: box-shadow 0.3s ease-in-out;
        }
        #contact-section h2 {
            color: #2c2f71fc;
        }
        .contact-btn-primary{
            background-color: #2c2f71fc;
            color:white;
        }
        .verifybtn{
            background-color: #2c2f71fc;
            color:white;
        }
        .contact-btn-primary:hover{
            border-color: 2px solid #2c2f71fc;
        }
        #contact-section:hover {
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        }


        #contact-form {
            max-width: 400px;
            margin-top: 20px;
        }

        /* Image Section */
        #image-section img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: box-shadow 0.3s ease-in-out;
        }

        #image-section:hover img {
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        }

        /* Image in full width */
        .full-width-image {
            position: relative;
        }

        .top-50 {
            top: 31% !important;
        }

        .full-width-image img {
            width: 100%;
            height: auto;
        }

        /* Footer Section */
        .footer {
            background-color: #2c2f71fc;
            padding: 20px 0;
            color: #fff;
            position: relative;
            clear: both;
        }

        .footer-logo {
            max-width: 200px;
            margin-bottom: 10px;
        }

        .footer-social-icons {
            font-size: 24px;
        }

        .footer-column {
            margin-bottom: 20px;
        }

        .footer-heading {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .footer-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-list-item {
            margin-bottom: 8px;
        }

        /* Styling for Full Width Box with 6 Sub-Boxes */
        .box {
            background-color: #fff;
            border: 1px solid #ccc;
            padding: 20px;
            text-align: center;
            height: 200px !important;
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        }

        .box h3 {
            color: #2c2f71fc;
        }

        .box p {
            color: #2c2f71fc;
        }

        /* Hover Effect for Sub-Boxes */
        .box:hover {
            cursor: pointer;
            box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.2);
            transform: translateY(+13px);
            transition: box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out;
        }

        /* Styling for Copyright Section */
        .copyright-section {
            background-color: #000;
            color: #fff;
        }

        /* Styling for Progress Section */
        .progress-section {
            background-color: #fff;
            padding: 20px;
            box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
        }

        .progress {
            margin-bottom: 10px;
        }

        /* Styling for Get In Touch Section */
        .blue-strip {
            background-color: #2c2f71fc;
            color: #fff;
            clear: both;
            padding: 20px 0;
        }
        .blue-strip_new {
            background-color: #2c2f71fc;
            color: #fff;
            clear: both;
            padding: 20px 0;
            position:sticky;
        }

        @media (max-width: 576px) {
        
            /* Small devices (landscape phones) */
            .ribbon-header,
            .blue-header .navbar {
                flex-direction: column;
            }
        }

        @media (min-width: 577px) and (max-width: 767px) {
            /* Medium devices (tablets) */
            .ribbon-header,
            .blue-header .navbar {
                flex-direction: column;
            }
        }

        @media (min-width: 768px) and (max-width: 991px) {
            /* Large devices (laptops) */
            .ribbon-header,
            .blue-header .navbar {
                flex-direction: column;
            }
        }
        .container.position-absolute {
            max-width: 100%;
        }
        .full-width-image img {
            max-width: 100%;
            height: auto;
        }
        .container.my-4.border-top.border-2.py-4 {
            max-width: 100%;
        }
        .container-fluid.my-4 {
            max-width: 100%;
        }
        .position-relative {
            position: relative;
        }
        
        .image-overlay {
            position: relative;
        }
        
        .image-overlay::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); /* Adjust the overlay opacity */
            z-index: 1;
        }
        
        .container {
            position: relative;
            z-index: 2;
        }
        /* Fade-in animation */
        @keyframes fadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        /* Apply fade-in animation to specific elements */
        .fade-in {
            animation: fadeIn 1s ease-in-out;
        }

        /* Hover effect for Connect With Us section */
        #connect-with-us:hover {
            transform: scale(1.05);
            transition: transform 0.3s ease-in-out;
        }
        
        
        @media (min-width: 100px) and (max-width: 791px) {
           .mobnav{
                display:block;
                position:fixed;
                z-index:100;
                width:100%;
                top:0;
                margin-bottom:70px;
            }
            .ribbon-header,
            .blue-header,.lgdeviceform{
                display:none;
            }
            .mobheader{
                margin-top:7.3rem !important;
            }
            /* Adjust width for map and captcha on smaller screens */
            #image-section iframe {
                width: 100%;
            }

            #contact-form .g-recaptcha {
                width: 100%;
            }
        }
        .pxr-3{
            padding-left:20px !important;
            padding-right:20px !important;
        }
        