/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2026 | 03:38:03 */
:root {
  --mainfont: "Roboto", Sans-serif;
  --titlefont: "Saira Condensed", Sans-serif;
  --primary: #0C1015;
  --secoundery: #494B4F;
  --hover: #3b1a81;
}
body, p, a {
    font-family: var(--mainfont);
    line-height: 28px;
}
h1, h2, h3, h4, h5 {
  font-family: var(--titlefont);
  color:var(--primary) ;
  font-weight: 600;
}
a:hover, a {
  color: var(--hover);
}
a {
    cursor: pointer;
    text-decoration:none !important;
}

@media (max-width: 2200px) {
  .e-con>.e-con-inner, .cust-container, .header-inner, .footer-inner, .cust-container {
    max-width: 1400px !important;
  }
}
@media (max-width: 1670px) {
  .e-con>.e-con-inner, .cust-container, .header-inner, .footer-inner, .cust-container {
    max-width: 1280px !important;
  }
}
@media (max-width: 1280px) {
  .e-con>.e-con-inner, .cust-container, .header-inner, .footer-inner, .cust-container {
    max-width: 1150px !important;
  }
}
.cust-container {
    margin: 0 auto;
    padding: 0 0px;
    width: 100%;
}
header#site-header {
    padding: 10px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 9999;
}
nav.site-navigation.show {
    width: 40%;
}
.site-branding.show-logo {
    max-width: 200px;
}
.hdrcta {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.themebtn {
    display: inline-block;
    border: 2px solid #3b1a81;
    border-radius: 50px;
    padding: 5px 25px;
    color: #000000;
    text-transform: uppercase;
    font-family: var(--titlefont);
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.5s;
}
.themebtn:hover {
    background: #3b1a81;
    color: #ffffff;
}
.themebtn.whitetxt {
    border-color: #ffffff;
        color: #ffffff;
}
.whitetxt:hover {
    border: 2px solid #3b1a81;
}
.themebtnfill {
    display: inline-block;
        background:#3b1a81;
    border: 2px solid #3b1a81;
    border-radius: 50px;
    padding: 5px 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: var(--titlefont);
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.5s;
}
.themebtnfill:hover {
    background: #ffffff;
    color: #3b1a81;
}
.site-navigation ul.menu li a {
    font-family: var(--titlefont);
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
}
.bannercta a:first-child {
    margin-right: 20px;
}
.prodgridsec {
    background-blend-mode: multiply;
}
.prodbox img {
    width: 100%;
/*     height: 285px; */
    object-fit: cover;
}
.prodbox .elementor-image-box-content {
    padding: 0 25px 25px;
}
.prodbox h3.elementor-image-box-title a {
    font-family: var(--titlefont) !important;
    font-size: 25px !important;
}
.prodbox {
    border-radius: 6px;
    overflow: hidden;
}
.prodbox .elementor-image-box-description a {
    margin-top: 5px !important;
}
.prodbox figure.elementor-image-box-img {
    overflow: hidden;
}
.prodbox figure.elementor-image-box-img img {
    display: block;
}
.clientslider .swiper-slide {
    background: #ffffff;
    padding: 10px;
        border-radius:6px;
}
.clientslider .swiper-slide img {
    height: 80px;
    width: auto;
}
.teambox figure {
    overflow: hidden;
}
.teambox img {
    display: block;
}
input.wpcf7-form-control {
    margin-bottom: 15px;
    font-size: 15px;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #46097e;
    color: #ffffff;
    border: 0;
    border-radius: 100px;
    padding: 10px 30px;
    font-family: var(--titlefont);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.wpcf7-response-output {
    margin: 0 !important;
    font-size: 14px;
    color: #ffffff;
}
.productlistgrid img {
    margin: 0 auto;
    box-shadow: 5px 5px 15px #00000030;
}
.hdrcta {
    display: flex;
    justify-content: flex-end;
}
.hdrcta a {
    display: flex;
}
.hdrcta.themebtnfill {
    width: 150px;
    text-align: center;
}
.hdrcall {
    display: flex;
    margin-right: 20px;
    font-weight: 600;
    font-size: 15px;
}
.hdrcall svg {
    width: 20px;
    fill: #46097e;
    margin-right: 10px;
}
footer#site-footer {
    background: #eee9f3;
    padding: 60px 0;
    overflow: hidden;
}
footer ul.menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul.menu li {
    width: 100%;
}
.footer-inner {
    flex-wrap: nowrap !important;
}
.ftrcol {
    width: 25%;
}
.ftrcol:first-child {
    width: 30%;
}
.ftrcol:nth-child(3) {
    width: 20%;
}
footer ul.menu li a {
    display: block;
    font-family: var(--mainfont) !important;
    font-weight: 400 !important;
    text-transform: none !important;
    padding: 0 !important;
    font-size: 15px !important;
    margin-bottom: 5px;
        color:#000000;
}
.ftrcol p {
    font-size: 15px !important;
}
.site-navigation ul.menu li ul {
    min-width: 300px !important;
}
.ftrsocial {
    display: flex;
    gap: 10px;
    margin: 30px 0;
}
.ftrsocial a {
    background: #46097e;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ftrcol .hdrcta {
    width: 100%;
    display: flex;
    justify-content: center;
}
.ftrcta {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    background: #46097e;
    color: #ffffff;
    padding: 16px 16px 16px 16px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    font-family: var(--titlefont);
    font-weight: 600;
    font-size: 17px;
    align-items: center;
}
.ctaicon {
    width: 50px;
    font-size: 24px;
    padding: 12px;
    border-radius: 50%;
    background-color: #ffffff;
    fill: #52007b;
    height: 50px;
    margin-right: 20px;
}
.ctatxt span {
    display: block;
    width: 100%;
}
.ctatxt {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 134px;
}
.ftrcta:hover {
    color: #ffffff;
}
footer h4 {
    font-weight: 700;
}
.ftrcol:last-child {
    width: 20%;
}
/* .site-navigation ul.menu li.menu-item-has-children:after {
        display:none !important;
} */

.inner-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.desktop_banner {
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: top;
        display:block;
}
.page-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    background: #00000075;
}
.page-title h1 {
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 55px;
    color: #FFFFFF;
    text-align: center;
}
.breadcrumbtxt {
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
}
.breadcrumbtxt a {
    color: #ffffff;
}
.product-banner {
    background: #EEE9F3;
    padding-top: 100px;
    text-align: center;
    padding-bottom: 50px;
}
.product-banner h1 {
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 55px;
}
.product-banner .breadcrumbtxt, .product-banner .breadcrumbtxt a {
    color: #888;
}
.products-details {
    display: flex;
    justify-content: space-between;
}
.product-img {
    width: 45%;
    border: 1px solid #ddd;
    background: #f3f3f3;
    display: flex;
    align-items: center;
}
.pro-img {
    min-height: 423px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-infor-wrap {
    padding: 60px 0px;
}
.product-info {
    width: 50%;
}
.product-img img {
    display: block;
}
.product-slider .swiper-wrapper {
    align-items: center;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsl(305deg 25% 90.59% / 42%);
}
.voltagetxt {
    display: block;
    font-size: 22px;
    margin-bottom: 30px;
}
.custtable {
    text-align: left;
    font-size: 18px;
}
.thtitle {
    width: 50%;
}
.tdvalues {
    width: 50%;
}
.productctabtn {
    margin-top: 60px;
}
.themebtnfill.wabtn {
    background: #25d366 url(https://www.raajgadtechno.com/wp-content/uploads/2025/06/waicon.svg) no-repeat;
    border: 1px solid #25d366;
    padding: 5px 25px 5px 45px;
    background-size: 20px;
    background-position: 14px 8px;
        margin-left:20px;
}
.themebtnfill.wabtn:hover {
    background-color: #46097e;
    color: #ffffff;
        border: 1px solid #46097e;
}
.product-listing-wrap h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
        margin-bottom:30px;
}
.product-listing-wrap {
    padding: 60px 0;
}
.product-listing-wrap:nth-child(2n) {
    background-color: #EEE9F3;
}
.product-child-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.product-child-list li {
    width: 23%;
}
.product-child-list li a {
    display: block;
}
.product-child-list li a img {
    background: url(https://www.raajgadtechno.com/wp-content/uploads/2025/06/pro-bg.jpg) no-repeat;
    display: block;
    transition: all 0.5s;
    transform: scale(1);
}
.product-child-list li a:hover img {
    transform: scale(1.1);
}
.prothimg {
    overflow: hidden;
    display: block;
    box-shadow: 5px 5px 15px #00000017;
    margin-bottom: 20px;
}
.custpopup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #000000a6;
    z-index: 9999;
    height: 100%;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}
.popactive {
        display: flex !important;
}
.popinner {
    background: #ffffff;
    padding: 20px;
    max-width: 500px;
    position: relative;
}
span.closepopbtn {
    display: block;
    width: 20px;
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
}
.custpopup .wpcf7-response-output {
        color:#000000;
}
label {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 0;
    font-weight: 600;
}
.product-child-list li h3 {
    text-align: center;
}
body.archive.term-6 .desktop_banner {
    object-position: center;
}
.product-slider-grid {
    display: flex;
    width: 100%;
/*     background: #f3f3f3;
    border: 1px solid #ddd; */
    align-items: center;
}
section#comments {
    display: none;
}
.sub-menu .menu-item-has-children:after {
    transform: translateY(0%) rotate(-90deg) !important;
}
.performancecurve-image {
    padding: 0 10px 30px;
}
.performancecurve-image img {
    display: block;
    max-width: 600px;
    width: 100%;
    border: 1px solid #ddd;
}
.performancecurve-image.hideondesk {
    display: none;
}

/* Blogs */
.blog-single-wrapper {
        padding: 120px 0 60px;
}
.blog-single-wrapper .cust-container {
        display: flex;
        justify-content: space-between;
}
.blog-content {
        width: 70%;
}
aside.blog-sidebar {
        width: 27%;
        padding: 0 20px;
}
.blog-content img {
        width: 100%;
}
.sidebar-section {
        border: 1px solid #ddd;
        padding: 30px;
        border-radius: 30px;
        margin-bottom: 30px;
        background: #d5c2df4a;
}
.sidebar-section h3 {
        margin: 0 0 15px 0;
        font-size: 22px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
}
.sidebar-section ul {
        margin: 0;
        padding: 0;
        list-style: none;
}
.blog-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 10px;
}
.blog-listing .blog-item {
    width: 32%;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}
.blog-item a {
    display: block;
    overflow: hidden;
}
.blog-item h3 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-item .post-date {
    display: block;
    font-size: 14px;
}
.blog-listing .categories {
    display: none;
}
.category-section {
    padding: 120px 0 60px;
}
.category-section .blog-listing {    
    padding: 20px 10px;
}
.sidebar-section li a {
    border-bottom: 1px solid #fff;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.popimg {
    max-width: 180px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.popinner h4 {
    color: #3b1a81;
    text-align: center;
    margin-bottom: 5px;
}
.popinner p {
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    margin-bottom: 20px;
}
.popinner span.wpcf7-spinner {
    position: absolute;
}
form p {
    margin-bottom: 0 !important;
}
.swiper.product-slider {
    max-width: 400px;
    padding: 0 50px;
}
.product-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.product-slider .swiper-slide {
    opacity: 0;
    transition: all 0.5s;
}
.product-slider .swiper-button-next:after, .product-slider .swiper-button-prev:after {
    font-size: 25px;
    color: #c7c7c7;
}
.product-content {
    padding: 10px 20px 30px;
}
.site-navigation ul.menu li a {
    position: relative;
        display:block;
        width:100%;
}
.site-navigation ul.menu li a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #46097e;
    transition: all 0.5s;
}
.site-navigation ul.menu li a:hover:after {
    width: 100%;
}

@media(max-width:1280px) {
        aside.blog-sidebar {
                width: 29%;
        }
        .homebanner h1 {
        font-size: 45px !important;
        line-height: 55px !important;
    }
}

@media(max-width:1024px) {
        .performancecurve-image.hideondesk {
                display: block !important;
        }
        .performancecurve-image.hideonmob {
                display: none !important;
        }
        button#rmp_menu_trigger-928 {
                top: 7px;
                right: 20px;
        }
        nav.site-navigation.show, .site-navigation-toggle-holder {
                display: none;
        }
        header#site-header {
                padding: 10px 10px;
        }
        footer#site-footer {
                padding: 30px 20px;
        }
        .ftrcol {
                width: 50% !important;
        }
        .footer-inner {
                flex-wrap: wrap !important;
        }
        .blog-single-wrapper {
                padding: 120px 20px 30px;
        }
        .blog-content {
                width: 100%;
        }
        .blog-single-wrapper .cust-container {
                flex-wrap: wrap;
        }
        aside.blog-sidebar {
                width: 100%;
                padding: 0;
                margin-top: 20px;
        }
        .blog-listing {
                padding: 30px 10px;
        }
        .blog-listing .blog-item {
                width: 49%;
        }
        .productlistgrid figure.gallery-item {
                max-width: 25% !important;
        }
        .products-details {
                flex-wrap: wrap;
        }
        .product-img {
                width: 100%;
                margin-bottom: 30px;
        }
        .product-info {
                width: 100%;
        }
        .productctabtn {
                margin-top: 20px;
        }
        .products-infor-wrap {
                padding: 30px 20px;
        }
        .product-listing-wrap {
                padding: 30px 20px;
        }
        .product-child-list li {
                width: 30%;
        }       
        .product-banner h1 {
                font-size: 45px;
                line-height: 50px;
                padding: 30px 20px 0;
        }
        .hdrcta {
                display:none;
        }
}

@media(max-width:767px) {
        footer .site-navigation ul.menu a {
                text-align: left;
        }
        footer h4 {
                margin-top: 20px;
        }
        .site-footer .footer-inner .site-branding .site-logo img {
                max-width: 200px;
                margin: 0;
        }
        .ftrcol {
                width: 100% !important;
        }
        h1.post-title {
                font-size: 35px;
                line-height: 40px;
        }
        .blog-single-wrapper {
        padding: 80px 20px 30px;
    }
        .blog-listing .blog-item {
                width: 100%;
        }
        .productlistgrid .gallery-caption {
                font-size: 18px !important;
                line-height: 25px !important;
        }
        .productlistgrid figure.gallery-item {
                max-width: 50% !important;
        }
        .breadcrumbtxt {
                line-height: 20px;
        }
        .themebtnfill.wabtn {
                margin-left: 0px;
                margin-top: 20px;
        }
        .product-banner {
        padding: 80px 20px 30px;
    }
        .product-banner h1 {
                padding: 0px 0px 0;
        }
        .product-listing-wrap h2 {
                font-size: 35px;
                line-height: 40px;
                margin-bottom: 20px;
        }
        .product-child-list li h3 {
                font-size: 20px;
        }
        .product-child-list {
        gap: 10px;
        justify-content: space-between;
    }
        .product-child-list li {
                width: 48%;
        }
        .page-title h1 {
        font-size: 40px;
        line-height: 45px;
        margin-top: 50px;
        padding: 0 20px;
    }
        .desktop_banner {
                height: 300px !important; 
        }
        .clientslider .swiper-slide img {
                height: 50px;
        }
        
        .homebanner h1 {
        font-size: 35px !important;
        line-height: 40px !important;
    }
        .bannercta a:first-child {
                margin-right: 5px;
        }
}