@charset "UTF-8";
/* CSS Document */

/* Add this at the very top of your CSS */
@media only screen and (max-width: 1400px) {
  html, body {
    width: 100% !important;
    overflow-x: hidden !important;
  }
}



* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}


body {
    font-family: "Roboto", sans-serif;
    background-color: white; /* bg-gray-100 */
    overflow-x: hidden;
}

.main-hero {
    z-index: 10;
}





/*whatsapp button here*/

 /* WhatsApp container */
        .whatsapp-container {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 140px;
            height: 140px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 100;
        }
        
        /* WhatsApp button */
        .whatsapp-button {
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #25d366;
            color: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
            cursor: pointer;
            width: 80px;
            height: 80px;
            position: relative;
            z-index: 2;
            transition: transform 0.2s;
            text-decoration: none;
        }
        
        .whatsapp-button span{
            font-size: 3.6vw;
        }
        
        .whatsapp-button:hover {
            transform: scale(1.2);
        }

        /* WhatsApp icon */
        .whatsapp-icon {
            width: 60%;
            height: auto;
        }

        /* Circular text */
        .circular-text {
            position: absolute;
            width: 100%;
            height: 100%;
            animation: rotate 10s linear infinite;
        }

        .circular-text svg {
            width: 100%;
            height: 100%;
            font-family: "Bebas Neue", sans-serif;
            font-weight: 400;
            font-size: 1.2vw;
            letter-spacing: 5px;
        }

        .circular-text text {
/*            fill: #f2c864; */
            /* Changed to golden yellow color */
/*            fill: red;*/
        }

        .circular-text path {
            font-size: 11px;
            font-weight: 500;
        }

      /* Dual Text Layers */
        .text-light {
            fill: #0b4251; /* Teal for light backgrounds */
            opacity: 1;
            transition: opacity 0.5s;
        }
        
        .text-dark {
            fill: #f2c864; /* Gold for dark backgrounds */
            opacity: 0;
            transition: opacity 0.5s;
        }
        

/* Dynamic Switching - Fixed Version */
body.dark-active .text-light {
    opacity: 0;
}

body.dark-active .text-dark {
    opacity: 1;
}

        @keyframes rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /* Pause on hover */
        .whatsapp-container:hover .circular-text {
            animation-play-state: paused;
        }

/*can copy until here*/








/*
first
first
*/
/*first section of contact start here*/

.service-sec2main3 {
    width: 100%;
    height: 65vh;
/*    border: 2px solid blue;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 115px;
}

.service1-sec2-img {
    width: 100%;
    height: 740px;
    /*border: 2px solid red;*/
    /*background-color: blue;*/
    position: absolute;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service1-sec2-img img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*contact tools start here*/

.contact-img {
    width: 450px;
    height: 500px;
/*    border: 2px solid red;*/
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 70px;
    margin-bottom: -20px;
}

.contact-img img {
    width: 100%;
}




/*the contact container start here*/

.service-sec2main3-content {
    width: 86%;
    height: 55vh;
    /*border: 2px solid blue;*/
}

.service-sec2main3-content1 {
    width: 100%;
    height: 15vh;
/*    border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.service-sec2main3-content2 {
    width: 100%;
    height: 52vh;
/*    border: 1px solid orange;*/
    display: flex;
    flex-direction: row-reverse;
}



/*title for intro*/
/*

.service-sec2main3-title-img {
    width: 31px;
    height: 12px;
    margin-left: 15px;
    border: 2px solid yellow;
}

.service-sec2main3-title-img img {
    width: 100%;
}

.service-sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 4.2vw;
    color: #0b4251;
    margin-top: 5px;
    border: 2px solid red;
}

.service-sec2main3-content1 p{
    font-weight: 400;
    font-size: 1.2vw;
    color: #bdccd0;
    letter-spacing: 1px;
}
*/






/*description to our services*/

.service-sec2main3-content22 {
    width: 65%;
    height: 100%;
/*    border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.service-sec2main3-content222 {
    width: 100%;
    height: 100%;
/*    border: 2px solid cyan;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-sec2main3-content222 p {
    font-weight: 400;
    font-size: 1.2vw;
    color: #0b4251;
    margin-bottom: 35px;
}



/*the one image rectangle to give a space*/


.service-sec2main3-content-img {
    width: 35%;
    height: 100%;
/*    border: 2px solid yellow;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}


/*4 contact details start here*/

/*head office*/



.contact-detail-container {
    width: 95%;
    height: 40%;
    /*border: 2px solid black;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}


.contact-detail-container1 {
    width: 48%;
    height: 14vh;
/*    border: 2px solid cyan;*/
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.contact-detail-container1 img {
    width: 90px;
    height: 90px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
/*    border: 2px solid purple;*/
}


.contact-detail {
    width: 60%;
    height: 90%;
/*    border: 2px solid red;*/
/*
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
*/
}

.contact-detail h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.4vw;
    color: #0b4251;
/*    color: #bdccd0;*/
    margin-top: 5px;
}

.contact-detail p {
    font-weight: 400;
    font-size: 1.2vw;
/*    color: #bdccd0;*/
    color: #0b4251;
/*    letter-spacing: 1px;*/
}



/*bottom email start here*/


.contact-detail-container2 {
    width: 95%;
    height: 40%;
    /*border: 2px solid black;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}


.contact-detail-container3 {
    width: 48%;
    height: 14vh;
/*    border: 2px solid cyan;*/
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.contact-detail-container3 img {
    width: 90px;
    height: 90px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
/*    border: 2px solid purple;*/
}


.contact-detail2 {
    width: 60%;
    height: 90%;
/*    border: 2px solid red;*/
/*
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
*/
}

.contact-detail2 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.4vw;
    color: #0b4251;
/*    color: #bdccd0;*/
    margin-top: 5px;
}

.contact-detail2 p {
    font-weight: 400;
    font-size: 1.2vw;
/*    color: #bdccd0;*/
    color: #0b4251;
/*    letter-spacing: 1px;*/
}


/*phone number here*/

.contact-detail2 p {
    font-weight: 400;
    font-size: 1.2vw;
/*    color: #bdccd0;*/
    color: #0b4251;
    text-decoration: none;
    cursor: pointer;
    transition: 0.6s;
/*    letter-spacing: 1px;*/
}


.contact-detail2 p:hover {
    color: #f2c864;
}


.contact-detail2 a {
    text-decoration: none;
    cursor: pointer;
}









/*specific animation*/

[data-div-position="1"] {
/*    border: 2px solid red;*/
}

[data-div-position="2"] {
/*    color: orange;*/
/*    border: 2px solid orange;*/
}

[data-div1-position="1"] {
/*    color: blue;*/
/*    border: 2px solid blue;*/
}

[data-div1-position="2"] {
/*    color: green;*/
/*    border: 2px solid green;*/
}











/*contact form start here*/



.sec2main3 {
    width: 100%;
    height: 100vh;
/*    border: 2px solid red;*/
    background-color: #bdccd0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.sec2main3-content {
    width: 86%;
    height: 90vh;
/*    border: 2px solid red;*/
}

.sec2main3-content1 {
    width: 100%;
    height: 15vh;
/*    border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sec2main3-content2 {
    width: 100%;
    height: 75vh;
/*    border: 1px solid orange;*/
    display: flex;
    flex-direction: row;
}

/*title what we do*/

.sec2main3-title-img {
    width: 31px;
    height: 12px;
    margin-left: 15px;
    z-index: 1;
    /*border: 2px solid red;*/
/*    border: 2px solid yellow;*/
}

.sec2main3-title-img img {
    width: 100%;
}

.sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 4.2vw;
    color: white;
    z-index: 1;
    /*color: red;*/
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.sec2main3-content1 p{
    font-weight: 400;
    font-size: 1.2vw;
    color: white;
    letter-spacing: 1px;
    z-index: 1;
    /*color: red;*/
}

/*selection to our services*/

.sec2main3-content22 {
    width: 45%;
    height: 100%;
/*    border: 2px solid pink;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
/*    position: relative;*/
}

.sec2main3-content222 {
    width: 100%;
    height: 95%;
/*    position: absolute;*/
/*    border: 2px solid brown;*/
}

.sec2main3-content222 p {
    font-weight: 400;
    font-size: 1.2vw;
    color: #0b4251;
    z-index: 1;
    /*color: red;*/
}

.sec2main3-content3 {
    width: 100%;
    height: 70%;
    margin-top: 40px;
/*    border: 2px solid violet;*/
}

.sec2main3-content33 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
/*    border-bottom: 2px solid #bdccd0;*/
    justify-content: flex-start;
    align-items: center;
}

.sec2main3-content33 a {
    text-decoration: none;
    margin-left: 46px;
}

.sec2main3-content33 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: #0b4251;
    transition: 0.6s;
}


.sec2main3-content333 {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
/*    border-bottom: 2px solid #bdccd0;*/
    justify-content: flex-start;
    align-items: center;
}

.sec2main3-content333 a {
    text-decoration: none;
    margin-left: 46px;
}

.sec2main3-content333 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: #0b4251;
    transition: 0.6s;
}


/*the two image rectangle*/


.sec2main3-content-img {
    width: 55%;
    height: 100%;
/*    border: 2px solid aqua;*/
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
/*    flex-direction: row;*/
}


/*this is the google map*/

.sec2main3-content-img-between {
    width: 580px;
    height: 520px;
/*    border: 2px solid green;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}



















/*the inquiry form here*/



.form-sec4{
    width: 100%;
/*    border: 3px solid yellow;*/
    height: 80%;
    animation-name: form-sec4;
    animation-duration: 5s;
}

.form1{
    height: 100%;
/*    border: 2px solid red;*/
}

.form-row1{
    width: 100%;
    height: 22%;
/*    border: 3px solid blue;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-row11{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
/*    border: 2px solid #1e73be;*/
    width: 47%;
    height: 80%;
}

label{
    font-weight: 500;
    color: #0b4251;
    /*color: red;*/
/*    border: 2px solid red;*/
}


#name{
    outline: none;
    border: none;
    background-color: #D7E0E2;
    padding: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #0b4251;
}

#phone{
    outline: none;
    border: none;
    background-color: #D7E0E2;
    padding: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #0b4251;
    /*border: 2px solid red;*/
}

.form-row12{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
/*    border: 2px solid #1e73be;*/
    width: 47%;
    height: 80%;
}

/*phone number filling here*/

.form-row2{
    width: 100%;
    height: 22%;
/*    border: 3px solid blue;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

#email{
    outline: none;
    border: none;
    background-color: #D7E0E2;
    padding: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #0b4251;
}

#subject{
    outline: none;
    border: none;
    background-color: #D7E0E2;
    padding: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #0b4251;
}

.form-row21{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
/*    border-bottom: 2px solid #1e73be;*/
    width: 100%;
    height: 80%;
}

/*subject filling start here*/


.form-row3{
    width: 100%;
    height: 34%;
/*    border: 3px solid blue;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

#message{
    outline: none;
    border: none;
    background-color: #D7E0E2;
    padding: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #0b4251;
}

.form-row31{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
/*    border-bottom: 2px solid #1e73be;*/
    width: 100%;
    height: 80%;
}

/*button here*/

.form-row4{
    height: 20%;
/*    border: 3px solid yellow;*/
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
#sign-sub{
    border-radius: 0px;
    width: 100%;
    padding: 15px 25px;
    text-decoration: none;
    background-color: #1e73be;
    transition: 0.6s;
    border: none;
    outline: none;
    cursor: pointer;
    color: white;
    font-size: 1.2vw;
    animation-name: sign-sub;
    animation-duration: 5s;
}

#sign-sub:hover{
    background-color: #0c2e4c;
}
*/



#sign-sub {
    width: 100%;
    padding: 15px 25px;
/*    margin-top: 18px;*/
    text-decoration: none;
    background-color: #f2c864;
    transition: 0.4s;
    border: none;
    outline: none;
    cursor: pointer;
    color: white;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 1vw;
}



#sign-sub:hover{
    box-shadow: 0 0 5px #f2e064,
                0 0 15px #f2e064,
                0 0 30px #f2e064,
                0 0 60px #f2e064,
                0 0 120px #f2e064;
    border: 0.8px solid white;
}






/*contact connect start here*/


.contact-connect {
    width: 100%;
    height: 220px;
/*    border: 2px solid red;*/
    position: relative;
}

.contact-connect img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -2px;
/*    border: 2px solid blue;*/
}








 /* Full page pop-up styles */
        #popup-container {
            display: none; /* Hidden by default */
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8); /* Dark semi-transparent overlay */
            z-index: 9999;
            justify-content: center;
            align-items: center;
        }

        #popup-content {
            background-color: #fff;
            background-image: url("../images/contact-connect-last.png");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            z-index: 10000;
            padding: 2rem;
/*            border-radius: 0.5rem;*/
            max-width: 90%;  /* Responsive width */
            max-height: 90%; /* Responsive height */
            overflow-y: auto; /* Enable scrolling if content is too large */
            position: relative; /* Allows for absolute positioning of close button */
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
        }

        #popup-close {
            position: absolute;
            top: 1rem;
            right: 1rem;
            font-size: 1.5rem;
            color: #6b7280;
            cursor: pointer;
            transition: color 0.2s ease;
            border: none;
            background-color: transparent;
        }

        #popup-close:hover {
            color: #f2c864;
        }

        .popup-heading {
            margin-bottom: 1rem;
            text-align: center;
            font-family: "Bebas Neue", sans-serif;
            font-weight: 400;
            font-size: 4vw;
            color: #0b4251;
        }

        #popup-content p {
            font-size: 1.2vw;
            font-weight: 400;
            color: #0b4251;
        }

        textarea {
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            color: #0b4251;
        }

/*
        .success-message {
            background-color: #f0fdf4;
            border-left-width: 4px; 
            border-color: #15803d; 
            color: #15803d; 
            padding: 1rem; 
            border-radius: 0.375rem; 
            position: relative; 
            margin-bottom: 1.5rem; 
        }
        .success-message strong {
            font-weight: 700;
        }
*/


        .error-message {
            width: 100%;
            display: none;
            background-color: #fef2f2; /* bg-red-100 */
/*            border-left-width: 4px;*/
            border-color: #b91c1c; /* border-red-500 */
            color: #b91c1c; /* text-red-700 */
            padding: 20px 0;
            border-radius: 0.375rem; /* rounded-md */
            position: relative; /* relative */
            margin-top: 1.5rem; /* mb-6 */
        }
        .error-message strong {
            font-weight: 700; /* font-bold */
            margin-left: 40px;
        }
        .error-message ul {
            list-style-type: disc; /* list-disc */
            margin-left: 40px;
        }


       




/*animation start here*/



.whatsapp-container {
    transition: 2s;
    transition-delay: 8s;
}

.whatsapp-container {
    transform: translateX(60%);
    opacity: 0;
}

.show-animate .whatsapp-container {
    transform: translateX(0);
    opacity: 1;
}

/*contact tools*/


.contact-img {
    transition: 1s;
    transition-delay: 1.5s;
}

.contact-img {
    transform: translateY(10%);
/*    opacity: 0;*/
}

.show-animate .contact-img {
    transform: translateY(0);
/*    opacity: 1;*/
}



/*the 4 details start here*/

[data-div-position="1"] {
    transition: 0.8s;
    transition-delay: 0.8s;
}

[data-div-position="1"] {
    transform: translateX(20%);
    opacity: 0;
}

.show-animate [data-div-position="1"] {
    transform: translateX(0);
    opacity: 1;
}

[data-div-position="2"] {
    transition: 0.8s;
    transition-delay: 0.9s;
}

[data-div-position="2"] {
    transform: translateX(20%);
    opacity: 0;
}

.show-animate [data-div-position="2"] {
    transform: translateX(0);
    opacity: 1;
}


/*bottom email details start here*/

[data-div1-position="1"] {
    transition: 0.8s;
    transition-delay: 1s;
}

[data-div1-position="1"] {
    transform: translateX(20%);
    opacity: 0;
}

.show-animate [data-div1-position="1"] {
    transform: translateX(0);
    opacity: 1;
}

[data-div1-position="2"] {
    transition: 0.8s;
    transition-delay: 1.1s;
}

[data-div1-position="2"] {
    transform: translateX(20%);
    opacity: 0;
}

.show-animate [data-div1-position="2"] {
    transform: translateX(0);
    opacity: 1;
}


/*form start here*/


.form1 {
    transition: 2s;
    transition-delay: 1s;
}

.form1 {
    transform: translateX(-20%);
    opacity: 0;
}

.show-animate .form1 {
    transform: translateX(0);
    opacity: 1;
}










/*media 1194px start here*/



@media (max-width: 1194px) {
    
    
/*media whatsapp copy here*/
    
     .whatsapp-container {
            bottom: 15px;
            right: 10px;
        }
    
    .whatsapp-button {
            width: 65px;
            height: 65px;
        }
    
     .circular-text {
            position: absolute;
            width: 85%;
            height: 85%;
        }
    
    .circular-text svg {
            font-size: 1.5vw;
        }
    
     .whatsapp-button span{
            font-size: 3.8vw;
            /*color: red;*/
        }
    
    
/*copy until here*/





/*4 contact details start here*/

/*head office*/






.contact-detail-container {
    width: 98%;
    height: 40%;
    /*border: 2px solid black;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}


.contact-detail-container1 {
    width: 50%;
    /*height: 14vh;*/
    height: 115px;
    /*border: 2px solid cyan;*/
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.contact-detail-container1 img {
    width: 70px;
    height: 70px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    /*border: 2px solid purple;*/
}


.contact-detail {
    width: 70%;
    height: 90%;
    /*border: 2px solid red;*/
/*
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
*/
}

.contact-detail h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.6vw;
    color: #0b4251;
/*    color: #bdccd0;*/
    margin-top: 5px;
    /*color: red;*/
}

.contact-detail p {
    font-weight: 400;
    font-size: 1.6vw;
/*    color: #bdccd0;*/
    color: #0b4251;
    /*color: red;*/
/*    letter-spacing: 1px;*/
}



/*bottom email start here*/


.contact-detail-container2 {
    width: 98%;
    height: 40%;
    /*border: 2px solid pink;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}


.contact-detail-container3 {
    width: 50%;
    /*height: 14vh;*/
    height: 115px;
    /*border: 2px solid pink;*/
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.contact-detail-container3 img {
    width: 70px;
    height: 70px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    /*border: 2px solid blue;*/
}


.contact-detail2 {
    width: 70%;
    height: 90%;
    /*border: 2px solid yellow;*/
/*
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
*/
}

.contact-detail2 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.6vw;
    color: #0b4251;
    /*color: aqua;*/
/*    color: #bdccd0;*/
    margin-top: 5px;
}

/*.contact-detail2 p {*/
/*    font-weight: 400;*/
/*    font-size: 1.6vw;*/
/*    color: #bdccd0;*/
/*    color: #0b4251;*/
/*    color: yellow;*/
/*    letter-spacing: 1px;*/
/*}*/


/*phone number here*/

.contact-detail2 p {
    font-weight: 400;
    font-size: 1.6vw;
/*    color: #bdccd0;*/
    color: #0b4251;
    /*color: red;*/
    text-decoration: none;
    cursor: pointer;
    transition: 0.6s;
/*    letter-spacing: 1px;*/
}


.contact-detail2 p:hover {
    color: #f2c864;
}


.contact-detail2 a {
    text-decoration: none;
    cursor: pointer;
}




/*first section of contact start here*/

.service-sec2main3 {
    width: 100%;
    /*height: 65vh;*/
    height: 460px;
    /*border: 2px solid purple;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 115px;
}

.service1-sec2-img {
    width: 100%;
    height: 690px;
    /*border: 2px solid red;*/
    /*background-color: blue;*/
    position: absolute;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service1-sec2-img img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    /*border: 2px solid red;*/
}

/*contact tools start here*/

.contact-img {
    width: 403px;
    height: 448px;
    /*border: 2px solid aqua;*/
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 70px;
    margin-bottom: -25px;
}

.contact-img img {
    width: 100%;
}




/*this is the google map*/

.sec2main3-content-img-between {
    width: 483px;
    height: 433px;
/*    border: 2px solid green;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}



.sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 4.6vw;
    color: white;
    z-index: 1;
    /*color: red;*/
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.sec2main3-content1 p{
    font-weight: 400;
    font-size: 1.6vw;
    color: white;
    letter-spacing: 1px;
    z-index: 1;
    /*color: red;*/
}




.sec2main3-content222 p {
    font-weight: 400;
    font-size: 1.6vw;
    color: #0b4251;
    z-index: 1;
    /*color: yellow;*/
}



/*sign button start here*/

#sign-sub {
    font-size: 1.2vw;
    /*color: red;*/
}


/*pop up message start here*/


 /* Full page pop-up styles */

        

        #popup-close {
            position: absolute;
            top: 1rem;
            right: 1rem;
            font-size: 1.6rem;
        }

        .popup-heading {
            margin-bottom: 1rem;
            text-align: center;
            font-family: "Bebas Neue", sans-serif;
            font-weight: 400;
            font-size: 4.6vw;
            color: #0b4251;
            /*color: red;*/
        }

        #popup-content p {
            font-size: 1.6vw;
            font-weight: 400;
            color: #0b4251;
            /*color: red;*/
        }



       







    
    
}


/*media 1194px ends here*/







/*media 920px start here*/



@media (max-width: 920px) {
    
    
/*media whatsapp copy here*/
    
     .whatsapp-container {
            bottom: 15px;
            right: 10px;
        }
    
    .whatsapp-button {
            width: 65px;
            height: 65px;
        }
    
     .circular-text {
            position: absolute;
            width: 85%;
            height: 85%;
        }
    
    .circular-text svg {
            font-size: 2vw;
        }
    
     .whatsapp-button span{
            font-size: 5vw;
            /*color: red;*/
        }
    
    
/*copy until here*/


.service-sec2main3-content222 {
    width: 100%;
    height: 80%;
/*    border: 2px solid cyan;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.service-sec2main3 {
    width: 100%;
    /*height: 65vh;*/
    height: 380px;
    /*border: 2px solid purple;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 115px;
}


.service1-sec2-img {
    width: 100%;
    height: 610px;
    /*border: 2px solid red;*/
    /*background-color: blue;*/
    position: absolute;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}



.contact-detail-container1 {
    width: 50%;
    /*height: 14vh;*/
    height: 115px;
    /*border: 2px solid cyan;*/
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}


.contact-detail-container3 {
    width: 50%;
    /*height: 14vh;*/
    height: 115px;
    /*border: 2px solid pink;*/
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}


/*inside the contact details*/


.contact-detail {
    width: 58%;
    height: 90%;
    /*border: 2px solid aqua;*/
}

.contact-detail2 {
    width: 58%;
    height: 90%;
    /*border: 2px solid red;*/
}


/*contact img start here*/


.contact-img {
    width: 364px;
    height: 404px;
    /*border: 2px solid aqua;*/
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 60px;
    margin-bottom: -45px;
}



/*this is the google map*/

.sec2main3-content-img-between {
    width: 337px;
    height: 484px;
/*    border: 2px solid green;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}



/*subtag start here*/

/*title what we do*/

.sec2main3-title-img {
    width: 25px;
    height: 10px;
    margin-left: 15px;
    z-index: 1;
    /*border: 2px solid red;*/
/*    border: 2px solid yellow;*/
}




    
    
}


/*media 920px ends here*/


















/*media start here*/

@media (max-width: 600px){
    
    
    
    /*media whatsapp copy here*/
    
     .whatsapp-container {
            bottom: 15px;
            right: 10px;
        }
    
    .whatsapp-button {
            width: 65px;
            height: 65px;
        }
    
     .circular-text {
            position: absolute;
            width: 85%;
            height: 85%;
        }
    
    .circular-text svg {
            font-size: 2.8vw;
        }
    
     .whatsapp-button span{
            font-size: 7vw;
        }
    
    
/*copy until here*/
    
    
    

/*first section of contact start here*/
    
.service-sec2main3 {
    width: 100%;
    /*height: 60vh;*/
    height: 450px;
    /*border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 150px;
}

.service1-sec2-img {
    width: 100%;
    height: 780px;
    /*height: 740px;*/
    /*border: 2px solid red;*/
    position: absolute;
    /*bottom: 0;*/
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service1-sec2-img img {
    width: 130%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -5px;
    /*border: 2px solid aqua;*/
}

/*contact tools start here*/

.contact-img {
    width: 311px;
    height: 345px;
    /*border: 2px solid red;*/
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 15px;
    margin-bottom: -80px;
}

.contact-img img {
    width: 100%;
}
    
    
/*contact button*/
    
    #sign-sub {
        font-size: 2.2vw;
    }


    
    


/*the contact container start here*/

.service-sec2main3-content {
    width: 86%;
    /*height: 55vh;*/
    height: 412.5px;
    /*border: 2px solid blue;*/
    margin-top: -30px;
}

/*
.service-sec2main3-content1 {
    width: 100%;
    height: 15vh;
    border: 2px solid green;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
*/

.service-sec2main3-content2 {
    width: 100%;
    /*height: 52vh;*/
    height: 390px;
/*    border: 1px solid black;*/
    display: flex;
    flex-direction: row-reverse;
}







/*description to our contact*/

.service-sec2main3-content22 {
    width: 100%;
    height: 100%;
/*    border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.service-sec2main3-content222 {
    width: 100%;
    height: 100%;
/*    border: 2px solid cyan;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.service-sec2main3-content222 p {
    font-weight: 400;
    font-size: 1.2vw;
    color: #0b4251;
    margin-bottom: 35px;
}



/*the one image rectangle to give a space*/


.service-sec2main3-content-img {
    width: 0%;
    height: 100%;
/*
    border: 2px solid yellow;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
*/
}


/*4 contact details start here*/

/*head office*/


.contact-detail-container {
    width: 100%;
    height: 40%;
/*    border: 2px solid black;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.contact-detail-container1 {
    width: 48%;
    /*height: 14vh;*/
    height: 105px;
/*    border: 2px solid cyan;*/
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.contact-detail-container1 img {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
/*    border: 2px solid purple;*/
}


.contact-detail {
    width: 100%;
    height: 90%;
/*    border: 2px solid red;*/
/*
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
*/
}

.contact-detail h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 6.5vw;
    color: #0b4251;
/*    color: #bdccd0;*/
    margin-top: 5px;
}

.contact-detail p {
    font-weight: 400;
    font-size: 2.6vw;
/*    color: #bdccd0;*/
    color: #0b4251;
/*    letter-spacing: 1px;*/
}
    

    

    
    
    
    



/*bottom email start here*/


.contact-detail-container2 {
    width: 100%;
    height: 40%;
/*    border: 2px solid black;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.contact-detail-container3 {
    width: 48%;
    /*height: 14vh;*/
    height: 105px;
/*    border: 2px solid cyan;*/
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    
}

.contact-detail-container3 img {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
/*    border: 2px solid purple;*/
}


.contact-detail2 {
    width: 100%;
    height: 90%;
/*    border: 2px solid red;*/
/*
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
*/
}

.contact-detail2 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 6.5vw;
    color: #0b4251;
/*    color: #bdccd0;*/
    margin-top: 5px;
}

.contact-detail2 p {
    font-weight: 400;
    font-size: 2.6vw;
/*    color: #bdccd0;*/
    color: #0b4251;
/*    letter-spacing: 1px;*/
}



/*phone number here*/


.contact-detail2 a {
    text-decoration: none !important;
    cursor: pointer;
}


    
    
    
    
/*media contact form start here*/
    
    
.sec2main3 {
    width: 100%;
    /*height: 150vh;*/
    height: 1125px;
/*    border: 2px solid blue;*/
    
}

.sec2main3-content {
    width: 86%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.sec2main3-content1 {
    width: 100%;
    /*height: 15vh;*/
    /*height: 112.5px;*/
    height: auto;
    margin-bottom: 10px;
    /*border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sec2main3-content2 {
    width: 100%;
    /*height: 125vh;*/
    height: 937.5px;
/*    border: 1px solid aqua;*/
    display: flex;
    flex-direction: column;
}

/*title what we do*/

.sec2main3-title-img {
    width: 18px;
    height: 7px;
    margin-left: 15px;
/*    border: 2px solid yellow;*/
}

.sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 6.5vw;
    color: white;
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

.sec2main3-content1 p{
    font-weight: 400;
    font-size: 2.6vw;
    color: white;
    letter-spacing: 1px;
}

/*selection to our services    big selection here*/

.sec2main3-content22 {
    width: 100%;
    height: 60%;
    /*border: 2px solid orange;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sec2main3-content222 {
    width: 100%;
    height: 100%;
    /*border: 2px solid cyan;*/
}

.sec2main3-content222 p {
    font-weight: 400;
    font-size: 3vw;
    color: #0b4251;
}


label{
    font-size: 3vw;
/*    border: 2px solid red;*/
}
    



/*the two image rectangle*/


.sec2main3-content-img {
    width: 100%;
    height: 40%;
    /*border: 2px solid orange;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
/*    overflow: hidden;*/
/*    display: none;*/
}
    
.sec2main3-content-img-between {
    /*width: 357px;*/
    width: 100%;
    height: 320px;
    /*border: 2px solid red;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}



/*contact connect start here*/
    
    
.contact-connect {
    width: 100%;
    height: 110px;
/*    border: 2px solid red;*/
}
    
.contact-connect img {
/*    border: 2px solid orange;*/
}

    
    
/*the pop up content start here*/
    
    


        #popup-content {
            background-color: #fff;
            background-image: url("../images/contact-connect-last.png");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            
            padding: 2rem;
/*            border-radius: 0.5rem;*/
            max-width: 70%;  /* Responsive width */
            max-height: 80%; /* Responsive height */
            overflow-y: auto; /* Enable scrolling if content is too large */
            position: relative; /* Allows for absolute positioning of close button */
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
        }

        #popup-close {
            position: absolute;
            top: 1rem;
            right: 1rem;
            font-size: 2rem;
            color: #6b7280;
            cursor: pointer;
            transition: color 0.2s ease;
            border: none;
            background-color: transparent;
        }

        .popup-heading {
            margin-bottom: 0.8rem;
            text-align: center;
            font-family: "Bebas Neue", sans-serif;
            font-weight: 400;
            font-size: 6.5vw;
            color: #0b4251;
        }

        #popup-content p {
            font-size: 3vw;
            font-weight: 400;
            color: #0b4251;
            text-align: center;
        }



        .error-message {
            width: 100%;
            display: none;
            background-color: #fef2f2; /* bg-red-100 */
/*            border-left-width: 4px;*/
            border-color: #b91c1c; /* border-red-500 */
            color: #b91c1c; /* text-red-700 */
            padding: 20px 0;
            border-radius: 0.375rem; /* rounded-md */
            position: relative; /* relative */
            margin-top: 1.5rem; /* mb-6 */
            
        }
        .error-message strong {
            font-weight: 700; /* font-bold */
            margin-left: 40px;
            font-size: 3vw;
        }
        .error-message ul {
            list-style-type: disc; /* list-disc */
            margin-left: 40px;
            font-size: 3vw;
        }


       

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}


/*media 600px ends here*/






@media (max-width: 545px){
    
    
/*whatsapp again*/
    
    
.circular-text svg {
            font-size: 3.2vw;
        }
    
.whatsapp-button span {
            font-size: 7vw;
            /*color: red;*/
        }
    
    
    
    
    
    
}





@media (max-width: 495px){
    
    
/*whatsapp again*/
    
    
.circular-text svg {
            font-size: 3.5vw;
        }
    
.whatsapp-button span {
            font-size: 8vw;
            /*color: red;*/
        }
    
    
    
    
    
    
}





@media (max-width: 445px){
    
    
/*whatsapp again*/
    
    
.circular-text svg {
            font-size: 4vw;
        }
    
.whatsapp-button span {
            font-size: 9vw;
            /*color: red;*/
        }
    
    
    
    
    
    
}












@media (max-width: 428px){
    
    
    
    /*media whatsapp copy here*/
    
     .whatsapp-container {
            bottom: 15px;
            right: 10px;
        }
    
    .whatsapp-button {
            width: 65px;
            height: 65px;
        }
    
     .circular-text {
            position: absolute;
            width: 85%;
            height: 85%;
        }
    
    .circular-text svg {
            font-size: 4.2vw;
        }
    
     .whatsapp-button span{
            font-size: 10vw;
        }
    
    
/*copy until here*/




/*first section of contact start here*/
    
.service-sec2main3 {
    width: 100%;
    /*height: 60vh;*/
    height: 450px;
    /*border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 150px;
}
    

.service1-sec2-img {
    width: 100%;
    height: 760px;
    /*height: 740px;*/
    /*border: 2px solid red;*/
    position: absolute;
    /*bottom: 0;*/
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service1-sec2-img img {
    width: 130%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -8px;
    /*border: 2px solid aqua;*/
}

/*contact tools start here*/

.contact-img {
    width: 311px;
    height: 345px;
    /*border: 2px solid red;*/
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 15px;
    margin-bottom: -80px;
}

.contact-img img {
    width: 100%;
}
    
    
/*contact button*/
    
    #sign-sub {
        font-size: 2.2vw;
        /*color: red;*/
    }


    
    


/*the contact container start here*/

.service-sec2main3-content {
    width: 86%;
    /*height: 55vh;*/
    height: 400px;
    /*border: 2px solid blue;*/
    margin-top: -30px;
}

/*
.service-sec2main3-content1 {
    width: 100%;
    height: 15vh;
    border: 2px solid green;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
*/

.service-sec2main3-content2 {
    width: 100%;
    /*height: 52vh;*/
    height: 360px;
    /*border: 1px solid black;*/
    display: flex;
    flex-direction: row-reverse;
}







/*description to our contact*/

.service-sec2main3-content22 {
    width: 100%;
    height: 100%;
/*    border: 2px solid red;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.service-sec2main3-content222 {
    width: 100%;
    height: 100%;
/*    border: 2px solid cyan;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.service-sec2main3-content222 p {
    font-weight: 400;
    font-size: 1.2vw;
    color: #0b4251;
    color: red;
    margin-bottom: 35px;
}



/*the one image rectangle to give a space*/


.service-sec2main3-content-img {
    width: 0%;
    height: 100%;
/*
    border: 2px solid yellow;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
*/
}


/*4 contact details start here*/

/*head office*/


.contact-detail-container {
    width: 100%;
    height: 40%;
/*    border: 2px solid black;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.contact-detail-container1 {
    width: 48%;
    /*height: 14vh;*/
    height: 105px;
/*    border: 2px solid cyan;*/
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.contact-detail-container1 img {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
/*    border: 2px solid purple;*/
}


.contact-detail {
    width: 100%;
    height: 90%;
/*    border: 2px solid red;*/
/*
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
*/
}

.contact-detail h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5.5vw;
    color: #0b4251;
    /*color: red;*/
/*    color: #bdccd0;*/
    margin-top: 5px;
}

.contact-detail p {
    font-weight: 400;
    font-size: 3.2vw;
/*    color: #bdccd0;*/
    color: #0b4251;
    /*color: yellow;*/
/*    letter-spacing: 1px;*/
}
    

    

    
    
    
    



/*bottom email start here*/


.contact-detail-container2 {
    width: 100%;
    height: 40%;
/*    border: 2px solid black;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.contact-detail-container3 {
    width: 48%;
    /*height: 14vh;*/
    height: 105px;
/*    border: 2px solid cyan;*/
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    
}

.contact-detail-container3 img {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
/*    border: 2px solid purple;*/
}


.contact-detail2 {
    width: 100%;
    height: 90%;
/*    border: 2px solid red;*/
/*
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
*/
}

.contact-detail2 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 5.5vw;
    color: #0b4251;
    /*color: red;*/
/*    color: #bdccd0;*/
    margin-top: 5px;
}

.contact-detail2 p {
    font-weight: 400;
    font-size: 3.2vw;
/*    color: #bdccd0;*/
    color: #0b4251;
    /*color: aqua;*/
/*    letter-spacing: 1px;*/
}



/*phone number here*/


.contact-detail2 a {
    text-decoration: none !important;
    cursor: pointer;
}


    
    
    
    
/*media contact form start here*/
    
    
.sec2main3 {
    width: 100%;
    /*height: 150vh;*/
    height: 1050px;
    /*border: 2px solid red;*/
    
}

.sec2main3-content {
    width: 86%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.sec2main3-content1 {
    width: 100%;
    /*height: 15vh;*/
    /*height: 112.5px;*/
    height: auto;
    margin-bottom: 10px;
    /*border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sec2main3-content2 {
    width: 100%;
    /*height: 125vh;*/
    height: 915px;
    /*border: 1px solid aqua;*/
    display: flex;
    flex-direction: column;
}

/*title what we do*/

.sec2main3-title-img {
    width: 18px;
    height: 7px;
    margin-left: 15px;
/*    border: 2px solid yellow;*/
}

.sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 7vw;
    color: white;

   
    /*border: 2px solid red;*/

}

.sec2main3-content1 p{
    font-weight: 400;
    font-size: 3vw;
    color: white;
    letter-spacing: 1px;
    /*color: blue;*/
}

/*selection to our services    big selection here*/

.sec2main3-content22 {
    width: 100%;
    height: 60%;
    /*border: 2px solid orange;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sec2main3-content222 {
    width: 100%;
    height: 100%;
    /*border: 2px solid cyan;*/
}

.sec2main3-content222 p {
    font-weight: 400;
    font-size: 3.2vw;
    color: #0b4251;
    /*color: red;*/
}


label{
    font-size: 3vw;
    /*border: 2px solid red;*/
}
    



/*the two image rectangle*/


.sec2main3-content-img {
    width: 100%;
    height: 40%;
    /*border: 2px solid orange;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
/*    overflow: hidden;*/
/*    display: none;*/
}
    
.sec2main3-content-img-between {
    /*width: 357px;*/
    width: 100%;
    height: 320px;
    /*border: 2px solid red;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}



/*contact connect start here*/
    
    
.contact-connect {
    width: 100%;
    height: 70px;
    /*border: 2px solid red;*/
}
    
.contact-connect img {
/*    border: 2px solid orange;*/
}

    
    
/*the pop up content start here*/
    
    


        #popup-content {
            background-color: #fff;
            background-image: url("../images/contact-connect-last.png");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            
            padding: 1.5rem;
/*            border-radius: 0.5rem;*/
            max-width: 70%;  /* Responsive width */
            max-height: 80%; /* Responsive height */
            overflow-y: auto; /* Enable scrolling if content is too large */
            position: relative; /* Allows for absolute positioning of close button */
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
        }

        #popup-close {
            position: absolute;
            top: 1rem;
            right: 1rem;
            font-size: 2rem;
            color: #6b7280;
            cursor: pointer;
            transition: color 0.2s ease;
            border: none;
            background-color: transparent;
        }

        .popup-heading {
            margin-bottom: 0.8rem;
            text-align: center;
            font-family: "Bebas Neue", sans-serif;
            font-weight: 400;
            font-size: 5.5vw;
            color: #0b4251;
        }

        #popup-content p {
            font-size: 3.2vw;
            font-weight: 400;
            color: #0b4251;
            text-align: center;
        }



        .error-message {
            width: 100%;
            display: none;
            background-color: #fef2f2; /* bg-red-100 */
/*            border-left-width: 4px;*/
            border-color: #b91c1c; /* border-red-500 */
            color: #b91c1c; /* text-red-700 */
            padding: 20px 0;
            border-radius: 0.375rem; /* rounded-md */
            position: relative; /* relative */
            margin-top: 1.5rem; /* mb-6 */
            
        }
        .error-message strong {
            font-weight: 700; /* font-bold */
            margin-left: 40px;
            font-size: 3.2vw;
        }
        .error-message ul {
            list-style-type: disc; /* list-disc */
            margin-left: 40px;
            font-size: 3.2vw;
        }
























    

}



/*media 428px end here*/










/*media desktop start here*/

@media (min-width: 1600px){
    
    
    .circular-text svg {
            font-size: 0.9vw;
        }
    
    .whatsapp-button span{
            font-size: 2.6vw;
            /*color: red;*/
        }

    
    

.service1-sec2-img {
    width: 100%;
    height: 860px;
    /*border: 2px solid red;*/
    /*background-color: blue;*/
    position: absolute;
}



.contact-img {
    width: 565px;
    height: 627px;
    /*border: 2px solid red;*/
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 70px;
    margin-bottom: -20px;
}




.sec2main3-content-img-between {
    width: 759px;
    height: 680px;
/*    border: 2px solid green;*/
}
    
    

    
    
    
    
}

/*media desktop ends here*/









/*media gaming laptop start here*/

@media (min-width: 1445px) and (min-height: 864px) and (max-width: 1599px){
    

.circular-text svg {
            font-size: 1.1vw;
        }
    
     .whatsapp-button span{
            font-size: 3.5vw;
            /*color: red;*/
        }



.service1-sec2-img {
    width: 100%;
    height: 799px;
    /*border: 2px solid red;*/
    /*background-color: blue;*/
    position: absolute;
}






    
    
    
    
}


/*media gaming laptop end here*/










