.a {
    font-size: 30px;
    color: #080707;
}

.b {
    text-align: justify;
    color: #202020
}

.advhead {
    color: #080707;
}





/* Customize navbar styles */
.navbar-custom {
    background-color: white;
    /* background-color: #fafafa; */

}


/* .navbar-toggler{
    color: yellow;
} */

.navbar-nav .nav-link {
    color: #e86907;
    /* Dark text color */
}

.dropdown-item:hover {
    background-color: #0C090A;
}


/* Custom styling for the toggler button */
button.navbar-toggler.togglebutton {
    border: 3px solid #f4b509;

}


/* carousel */
/* .custom-caption {
    padding-bottom: 150px;
   
} */




.font-heading {
    font-family: 'Roboto', sans-serif;
    /* Replace with your desired font */
    font-weight: 700;
    /* Adjust weight if needed */
    /* Other font properties */
    font-size: 50px;
}

.fonthead1 {
    color: #c85000;
}

.font-body {
    font-family: 'Roboto', sans-serif;
    /* Replace with your desired font */
    font-weight: 400;
    /* Adjust weight if needed */
    /* Other font properties */
    font-size: 20px;
}





/* CSS */
.button-89 {
    --b: 3px;
    /* border thickness */
    --s: .45em;
    /* size of the corner */
    --color: #fbfcfc;

    padding: calc(.5em + var(--s)) calc(.9em + var(--s));
    color: var(--color);
    --_p: var(--s);
    background:
        conic-gradient(from 90deg at var(--b) var(--b), #fffafa00 90deg, var(--color) 0) var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
    transition: .3s linear, color 0s, background-color 0s;
    outline: var(--b) solid #ecf0f000;
    outline-offset: .6em;
    font-size: 17px;

    border: 0;

    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-89:hover,
.button-89:focus-visible {
    --_p: 0px;
    outline-color: var(--color);
    outline-offset: .05em;
}

.button-89:active {
    background: var(--color);
    color: #fff;
}


/* www.kodcoenergy.com website designed and developed by arjunbvakayad@gmail.com (March 2024)*/

/* modalstyling */

.editmodal {
    /* background-color: #F39C12; */
    background-image: linear-gradient(to right, #f15e09, #ed301b);
}

.editheader {
    background-color: #f15e09;
}

/* CSS */
.button-24 {
    background: #342D7E;
    border: 1px solid #342D7E;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    padding: 12px 14px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
}

.button-24:hover,
.button-24:active {
    background-color: initial;
    background-position: 0 0;
    color: #84ecf3;
}

.button-24:active {
    opacity: .5;
}





/* enquiry button CSS */
.button-77 {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: Eina01, sans-serif;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 20px;
    margin: 0;
    min-height: 50px;
    outline: none;
    overflow: visible;
    padding: 19px 20px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
}

@media (min-width: 768px) {
    .button-77 {
        padding: 19px 32px;
    }
}

.button-77:before,
.button-77:after {
    border-radius: 80px;
}

.button-77:before {
    background-color: rgba(249, 58, 19, .32);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.button-77:after {
    background-color: initial;
    background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
}

.button-77:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
}

.button-77:active:not(:disabled) {
    color: #ccc;
}

.button-77:active:not(:disabled):after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
}

.button-77:disabled {
    cursor: default;
    opacity: .24;
}



/* CSS */
.button-5 {
    align-items: center;
    background-clip: padding-box;
    background-color: #fa6400;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

.button-5:hover,
.button-5:focus {
    background-color: #fb8332;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
    transform: translateY(-1px);
}

.button-5:active {
    background-color: #c85000;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
}








.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.btn-facebook {
    background-color: #405D9D;
    color: #fff;
}

.btn-twitter {
    background-color: #42AEEC;
    color: #fff;
}


/* CSS for Navbar Hover Effect */
.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: transparent;
    transition: all 0.3s ease;
}

.navbar-nav .nav-item:hover::before {
    background-color: orange;
    /* Change this to your desired hover color */
}

.dropdown-item::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: transparent;
    transition: all 0.3s ease;
}

.dropdown-item:hover::before {
    background-color: orange;
    /* Change this to your desired hover color */
}

.productcard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* .navbar-custom {
        background-color: rgba(255, 255, 255, 0.8); /* Adjust the last value (0.8) to change opacity */



.abouthead {
    text-align: center;

}





/* indexpage */
.advantagetext {
    text-align: center;
    /* color: #FF6700; */
    color: #042e82;
}



.advantageimg:hover {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}




.productcard {
    overflow: hidden;
}

.productcard {
    transition: transform 0.3s ease-in-out;
}

.productcard:hover {
    transform: scale(1.1);
}


.productcard {
    margin-bottom: 20px;
    /* Set default bottom margin between cards */
}

@media (max-width: 767px) {

    /* Adjust margin for smaller screens (mobile) */
    .productcard {
        margin-bottom: 10px;
        /* Set smaller bottom margin for mobile */
    }
}

.editcard {
    height: 25rem;

}


/* cardbutton-style */

/* CSS */
.morebutton-82-pushable {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 186px;
    height: 25px;
}

.morebutton-82-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition:
        transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.morebutton-82-edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(to left,
            hsl(340deg 100% 16%) 0%,
            hsl(340deg 100% 32%) 8%,
            hsl(340deg 100% 32%) 92%,
            hsl(340deg 100% 16%) 100%);
}

.morebutton-82-front {
    display: block;
    position: relative;
    padding: 12px 22px;
    border-radius: 12px;
    font-size: 1rem;
    color: white;
    background: hsl(22, 100%, 47%);
    will-change: transform;
    transform: translateY(-4px);
    transition:
        transform 600ms cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
    .morebutton-82-front {
        font-size: 1.25rem;
        padding: 12px 42px;
    }
}

.morebutton-82-pushable:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.morebutton-82-pushable:hover .morebutton-82-front {
    transform: translateY(-6px);
    transition:
        transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.morebutton-82-pushable:active .morebutton-82-front {
    transform: translateY(-2px);
    transition: transform 34ms;
}

.morebutton-82-pushable:hover .morebutton-82-shadow {
    transform: translateY(4px);
    transition:
        transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.morebutton-82-pushable:active .morebutton-82-shadow {
    transform: translateY(1px);
    transition: transform 34ms;
}

.morebutton-82-pushable:focus:not(:focus-visible) {
    outline: none;
}

.morebuttondiv {
    padding-bottom: 23px;

}



.cardbg {
    background-image: radial-gradient(circle, #080808 0%, #000000 100%);

}



.transparent-card {
    background-color: transparent;
    /* Adjust the alpha (4th value) to change transparency */
    border-color: #FF6700;
    /* Set border color */
    border-width: 6px;
    /* Adjust border width if needed */
}

.cardbg {
    background-color: transparent;
    /* Set card background to transparent */


}

.imgborder {

    border: 4px solid #FF6700;
    /* Set border properties */
    padding: 5px;
    /* Optional: Add padding to increase space between the image and the border */


}



.aa {

    color: #535353;

    border: 1px black;

    font-weight: normal;
    font-size: 14px;
    font-family: arial;

    text-align: justify;
    letter-spacing: 2px;
    text-indent: 100px;
}


.awardcard {
    border: none;


}

.awardtitle {
    font-size: 20px;
    color: #F39C12;
}

.awardimg {
    padding-top: 25px;
}





/* scrollcard */

/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.awardbg {
    display: flex;
    padding: 0 35px;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    /* background: linear-gradient(to left top, #031A9A, #8B53FF); */

}

.wrapper {
    max-width: 1100px;
    width: 100%;
    position: relative;
}

.wrapper .scrollicon {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.wrapper .scrollicon:active {
    transform: translateY(-50%) scale(0.85);
}

.wrapper .scrollicon:first-child {
    left: -22px;
}

.wrapper .scrollicon:last-child {
    right: -22px;
}

.wrapper .awardcarousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.awardcarousel::-webkit-scrollbar {
    display: none;
}

.awardcarousel.no-transition {
    scroll-behavior: auto;
}

.awardcarousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.awardcarousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.awardcarousel :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.awardcarousel .scrollcard {
    scroll-snap-align: start;
    height: 410px;
    list-style: none;
    background: #fff;
    cursor: pointer;
    padding-bottom: 15px;
    flex-direction: column;
    border-radius: 8px;
}

.awardcarousel .scrollcard .scrollimg {
    background: #8B53FF;
    height: 148px;
    width: 148px;
    border-radius: 50%;
}

.scrollcard .scrollimg img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
}

.awardcarousel .scrollcard h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
}

.awardcarousel .awardcard span {
    color: #6A6D78;
    font-size: 1.31rem;
}

.scrollicon {
    z-index: 999;
    /* Adjust the value as needed */
}

.wrapper {
    position: relative;
    /* ... other styles */
}

.scrollicon {
    position: absolute;
    /* or position: relative; depending on the layout */
    /* ... other styles */
}

.scrollicon {
    opacity: 1;
    /* Ensure it's visible */
    visibility: visible;
    /* Ensure it's visible */
    /* ... other styles */
}







@media screen and (max-width: 900px) {
    .wrapper .awardcarousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}

@media screen and (max-width: 600px) {
    .wrapper .awardcarousel {
        grid-auto-columns: 100%;
    }
}


/* CSS */
.button-59 {
    align-items: center;
    background-color: #fff;
    border: 2px solid #000;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    fill: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    letter-spacing: -.8px;
    line-height: 24px;
    min-width: 140px;
    outline: 0;
    padding: 0 17px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-59:focus {
    color: #171e29;
}

.button-59:hover {
    border-color: #FF6700;
    color: #FF6700;
    fill: #FF6700;
}

.button-59:active {
    border-color: #FF6700;
    color: #FF6700;
    fill: #FF6700;
}

@media (min-width: 768px) {
    .button-59 {
        min-width: 170px;
    }
}



/* footerstyling */

.footerul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta .footeri {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text .footerh4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text .footerspan {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern .footerimg {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo .footerimg {
    max-width: 200px;
}

.footer-text .footerp {
    margin-bottom: 14px;
    font-size: 20px;
    color: #7e7e7e;
    line-height: 28px;
}

.footerptext {
    color: #7e7e7e;
}

.footer-social-icon .footerspan {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;

}

.footer-social-icon .footera {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon .footeri {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.instagram-bg {
    background: linear-gradient(to top right, #FF6700 0%, #FF007F 100%);

}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading .footerh3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading .footerh3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget .footerul .footerli {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;

}

.footer-widget .footerul .footerli .footera:hover {
    color: #ff5e14;
}

.footer-widget .footerul .footerli .footera {
    color: #878787;
    text-transform: capitalize;
}


.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text .footerp {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text .footerp .footera {
    color: #ff5e14;
}

.footer-menu .footerli {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu .footerli:hover .footera {
    color: #ff5e14;
}

.footer-menu .footerli .footera {
    font-size: 14px;
    color: #878787;
}



/*join our team CSS */
.button-92 {
    --c: #fff;
    /* text color */
    background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p, 100%)/300% no-repeat,
        #ff4d00;
    /* background color */
    color: #0000;
    border: none;
    transform: perspective(500px) rotateY(calc(20deg*var(--_i, -1)));
    text-shadow: calc(var(--_i, -1)* 0.08em) -.01em 0 var(--c),
        calc(var(--_i, -1)*-0.08em) .01em 2px #0004;
    outline-offset: .1em;
    transition: 0.3s;
}

.button-92:hover,
.button-92:focus-visible {
    --_p: 0%;
    --_i: 1;
}

.button-92:active {
    text-shadow: none;
    color: var(--c);
    box-shadow: inset 0 0 9e9q #0005;
    transition: 0s;
}

.button-92 {
    font-weight: bold;
    font-size: 2rem;
    margin: 0;
    cursor: pointer;
    padding: .1em .3em;
}

.jointeampara {
    font-family: "Trirong", serif;
    ;
}


.joinmodalcontent {
    width: 100%;
    margin: 0 auto;
}

.joinmodalbody {
    padding: 0;
}

.join-btn-close {
    /* position: absolute;
    right: 0; */
    padding: 1em;

}

.joinh3 {
    font-size: 2em;
    font-weight: bold;
}

.joinmyform {
    position: relative;
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
    max-width: 100%;
    color: #C04000;
    box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
}

@media (max-width: 576px) {
    .joinmyform {
        max-width: 90%;
        margin: 0 auto;
    }
}

.join-form-control:focus {
    box-shadow: inset 0 -1px 0 #7e7e7e;
}

.join-form-control {
    background-color: inherit;
    color: #C04000;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #C04000;
}

.joinmyform .joinbtn {
    width: 100%;
    font-weight: 800;
    background-color: #eaddd6;
    border-radius: 0;
    padding: 0.5em 0;

}

.joinmyform .joinbtn:hover {
    background-color: inherit;
    color: #c01000;
    border-color: #C04000;
}

.joinbtn {
    color: #C04000 !important;
}

/* Adjust radio button size */
.joinform-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0.3rem;
}

/* Optional: To align labels and input in the same line */
.joinform-check-label {
    margin-bottom: 0;
    margin-left: 0.5rem;
}

.close-container {
    position: relative;
    margin: auto;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    cursor: pointer;
}

.leftright {
    height: 4px;
    width: 30px;
    position: absolute;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #C04000;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all .3s ease-in;
}

.rightleft {
    height: 4px;
    width: 30px;
    position: absolute;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #C04000;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all .3s ease-in;
}


.enquiryclose {
    /* margin: 60px 0 0 5px; */
    position: absolute;
    /* padding-left: 100px; */

}

.close-container:hover .leftright {
    transform: rotate(-45deg);
    background-color: #f5212f;
}

.close-container:hover .rightleft {
    transform: rotate(45deg);
    background-color: #f5212f;
}

.close-container:hover label {
    opacity: 1;
}



/* whatsapp_button */
.button2 {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #090909;
    padding: 0.7em 3.3em 0.7em 1.7em;
    font-size: 18px;
    border-radius: 0.5em;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #c5c5c5,
        -6px -6px 12px #ffffff;
}

.button2>svg {
    height: 30px;
    position: absolute;
    padding: 0px 5px;
    margin-top: -4px;

}

.button2:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5,
        inset -4px -4px 12px #ffffff;
}

.button2:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.button2:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #009087;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.button2:hover {
    color: #ffffff;
    border: 1px solid #009087;
}

.button2:hover:before {
    top: -35%;
    background-color: #009087;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button2:hover:after {
    top: -45%;
    background-color: #009087;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.whatsapp-icon {

    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;

}




/* page_popup */

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
}


.popup-onload {
    position: relative;
    /* Ensure the close icon positioning works relative to this container */
}

.popup-onload .popupclose {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-size: 24px;
    /* Adjust the size as needed */
}

.popup-onload .popupclose i {
    font-size: inherit;
}


.popup-onload {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    padding: 20px;
    max-width: 100%;
    max-height: 100%;
    width: 390px;
    overflow-y: auto;
}

.popup-content {
    text-align: center;
    width: 100%;
}



/* counter_styling */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.section {
    background: url("images/bg-1.jpg") no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}



.counter-up {
    background: url("images/bg-2.jpeg") no-repeat;
    min-height: 50vh;
    background-size: cover;
    background-attachment: fixed;
    padding: 0 50px;
    position: relative;
    display: flex;
    align-items: center;
}

.counter-up::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background:#075364; */
    /* background: url("img/counterbg.jpg") no-repeat; */
    /* background-image: linear-gradient(92.83deg, #ff7426 0, #FF6700 100%); */
}

.counter-up .content {
    z-index: 1;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.counter-up .content .box {
    /* border: 1px dashed rgba(255, 255, 255, 0.6); */
    border: 1px dashed #e6e6e6;
    width: calc(25% - 30px);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    padding: 20px;
}

.content .box .icon {
    font-size: 48px;
    color: #e6e6e6;
    /* color: #090909; */
}

.content .box .counter {
    font-size: 50px;
    font-weight: 500;
    /* color:  #090909; */
    color: #e6e6e6;
    font-family: sans-serif;
}

.content .box .text {
    font-weight: 400;
    /* color:  #090909; */
    color: #e6e6e6;
}

@media screen and (max-width: 1036px) {
    .counter-up {
        padding: 50px 50px 0 50px;
    }

    .counter-up .content .box {
        width: calc(50% - 30px);
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 580px) {
    .counter-up .content .box {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .wrapper {
        padding: 20px;
    }

    .counter-up {
        padding: 30px 20px 0 20px;
    }
}