@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;
/*    box-sizing: border-box;*/
}

body{
    background-color: white;
    font-family: "Roboto", sans-serif;
    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*/






















/*service first section*/

.sec2main3 {
    width: 100%;
    height: 26vh;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sec2main3-content {
    width: 86%;
    height: 24vh;
/*    border: 2px solid red;*/
/*
    display: flex;
    justify-content: center;
    align-items: center;
*/
}

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

/*this one is description & image video*/

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

/*title what we do*/

.sec2main3-title-img {
    width: 31px;
    height: 12px;
    margin-right: 15px;
    z-index: 1;
/*    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: #0b4251;
    line-height: 60px;
    text-align: right;
    z-index: 1;
    /*color: red;*/
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

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

/*selection to our services*/

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

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

.sec2main3-content222 p {
    font-weight: 400;
    font-size: 1.2vw;
    color: #0b4251;
    text-align: right;
}




/*below blog will start here*/






.blog-content-container {
    width: 100%;
    height: 740px;
/*    border: 2px solid red;*/
/*    background-color: grey;*/
    position: relative;
}



/*yellow box date*/

.blog-content-date {
    width: auto;
    height: 60px;
    padding: 0 40px;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2c864;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 120px;
    margin-top: -30px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
/*    z-index: 1;*/
}

.blog-content-date h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: white;
}




/*will be playing background image*/


.blog-content-image {
    width: 86%;
    height: 680px;
/*    border: 2px solid cyan;*/
    margin: auto;
/*    background-color: grey;*/
    background-image: url("../images/blog3-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-attachment: fixed;*/
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


.blog-content-back {
    width: 100%;
    height: 740px;
/*    border: 2px solid blue;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.blog-content-back img {
    width: 100%;
}








/*content blog will be here*/


.blog-content1 {
    width: 100%;
    height: auto;
    margin: 30px 0;
    /*border: 2px solid red;*/
    z-index: 1;
}


.blog-content11 {
    width: 86%;
    height: auto;
    margin: auto;
    color: #0b4251;
    font-weight: 400;
    /*color: red;*/
    font-size: 1.2vw;
}

.blog-content11 p1 {
    line-height: 30px;
}















/*button start here*/

.blog-btn-container {
    width: 100%;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
/*    border: 2px solid purple;*/
    
}



.service-call-btn {
    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: 0.8vw;
}



.service-call-btn: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;
}









/*animation start here*/


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

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

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




/*content box date start here*/



.blog-content-date {
    transition: 2s;
    transition-delay: 0.2s;
}

.blog-content-date {
    transform: translateY(-20%);
    opacity: 0;
}

.show-animate .blog-content-date {
    transform: translateY(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*/



.sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 4.6vw;
    color: #0b4251;
    line-height: 60px;
    text-align: right;
    z-index: 1;
    /*color: red;*/
/*
    margin-top: 5px;
    border: 2px solid red;
*/
}

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



.blog-content-date h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2.6vw;
    color: white;
    /*color: red;*/
}


/*blog content start here*/


.blog-content11 {
    /*color: purple;*/
    font-size: 1.6vw;
}



.blog-content11 p1 {
    line-height: 30px;
    /*color: aqua;*/
}



/*blog button here*/


.service-call-btn {
    font-size: 1.2vw;
    /*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*/




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


/*media 920px ends here*/





















/*media start here*/


@media (max-width: 600px){
    
    
    
/*button here*/
    
.service-call-btn {
    padding: 10px 20px;
    margin-top: 15px;
    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: 2.2vw;
}

    
    


/*    the whole section 1 blog start here*/
    
.sec2main3 {
    width: 100%;
    /*height: 26vh;*/
    height: 195px;
/*    border: 2px solid blue;*/
    
}

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

.sec2main3-content1 {
    width: 100%;
    /*height: 20vh;*/
    height: 150px;
    /*border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
    
    
.sec2main3-title-img {
    width: 18px;
    height: 7px;
    margin-right: 15px;
/*    border: 2px solid yellow;*/
}

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

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

/*below blog will start here*/






.blog-content-container {
    width: 100%;
    height: 360px;
    /*border: 2px solid red;*/
/*    background-color: grey;*/
}





.blog-content-date {
    width: auto;
    height: 50px;
    padding: 0 40px;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2c864;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 60px;
    margin-top: -30px;
/*    z-index: 1;*/
}

.blog-content-date h1 {
    font-size: 4vw;
}
    
    




/*will be playing background image*/


.blog-content-image {
    width: 86%;
    height: 280px;
/*    border: 2px solid cyan;*/
    margin: auto;
    background-color: grey;
}


.blog-content-back {
    width: 100%;
    height: auto;
    /*border: 2px solid blue;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.blog-content-back img {
    width: 120%;
}
    
    
   
/*blog content paragraph start here*/


.blog-content1 {
    margin: 40px 0 30px;
    /*border: 2px solid red;*/
    
}

    

.blog-content11 h2 {
    font-size: 4vw;
    /*color: red;*/
}


.blog-content11 p {
    font-size: 3vw;
    line-height: 25px;
}    
    
    
.blog-content11 p1 {
    line-height: 25px;
    font-size: 3vw;
}


    
/*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*/
    
    
    
    
    

    
    
    
    
    
    
    
}

/*media 600px ends here*/











/*media 545px start here*/



@media (max-width: 545px){


.blog-content1 {
    margin: 5px 0 30px;
    /*border: 2px solid brown;*/
    
}


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








}









/*media 545px end here*/






@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 start here*/

@media (max-width: 428px){
    
    
    
/*button here*/
    
.service-call-btn {
    padding: 10px 20px;
    margin-top: 15px;
    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: 2.2vw;
}

    
    


/*    the whole section 1 blog start here*/
    
.sec2main3 {
    width: 100%;
    /*height: 26vh;*/
    height: 210px;
    /*border: 2px solid blue;*/
    
}

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

.sec2main3-content1 {
    width: 100%;
    /*height: 20vh;*/
    height: 156px;
    /*border: 2px solid green;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
    
    
.sec2main3-title-img {
    width: 18px;
    height: 7px;
    margin-right: 15px;
/*    border: 2px solid yellow;*/
}

    
.sec2main3-content1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 7vw;
    color: #0b4251;
    line-height: 28px;
    margin-top: 5px;
    
    /*border: 2px solid red;*/

}

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

/*below blog will start here*/






.blog-content-container {
    width: 100%;
    height: 360px;
/*    border: 2px solid red;*/
/*    background-color: grey;*/
}





.blog-content-date {
    width: auto;
    height: 50px;
    padding: 0 40px;
/*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2c864;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 45px;
    margin-top: -30px;
/*    z-index: 1;*/
}

.blog-content-date h1 {
    font-size: 5.5vw;
    /*color: red;*/
}
    
    




/*will be playing background image*/


.blog-content-image {
    width: 86%;
    height: 280px;
/*    border: 2px solid cyan;*/
    margin: auto;
    background-color: grey;
}


.blog-content-back {
    width: 100%;
    height: auto;
    /*border: 2px solid blue;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.blog-content-back img {
    width: 140%;
}
    
    
   
/*blog content paragraph start here*/


.blog-content1 {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    /*border: 2px solid yellow;*/
}
    
    

.blog-content11 h2 {
    font-size: 5.5vw;
    /*color: red;*/
}


.blog-content11 p {
    font-size: 3.2vw;
    line-height: 28px;
    /*color: aqua;*/
}    
    
    
.blog-content11 p1 {
    line-height: 28px;
    font-size: 3.2vw;
    /*color: yellow;*/
}


    
/*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*/
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

/*media 428px ends 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;*/
        }
    
    

.sec2main3-content1 h1 {
    line-height: 80px;
}


    
.blog-content-date {
    margin-left: 180px;
    margin-top: -30px;
}



.blog-content11 p1 {
    line-height: 40px;
    /*color: red;*/
}
    

/*font-size 1.2vw*/
    
    
    
}

/*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;*/
        }



.blog-content-date {
    margin-left: 150px;
    margin-top: -30px;
    /*border: 2px solid red;*/
}






    
    
    
    
}


/*media gaming laptop end here*/




