/*
Theme Name: RGC Theme
Theme URI: https://
Author: Gautam Murarka	
Author URI: https://www.impressico.com
Description: A custom WordPress theme for demonstration purposes.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rgc-theme
*/
header.site-header{
    box-shadow: 0px 10px 55px -3px #0D33801A;
}
@media (min-width: 1200px) {
.site-header .container{
	        max-width: 1300px;
	}
}
.site-header ul.navbar-nav.reset li{
	padding:0 8px;
}
body.home header.site-header{
    box-shadow: none;
}
.blue-radius-boxes{
    align-items: center !important;
    display: flex;
    background: linear-gradient(#233C5F, #233C5F) padding-box, linear-gradient(to bottom, #129F4A, #8a38f5) border-box !important;
    border: 2px solid transparent;
}
.blue-radius-boxes strong{
    font-weight: 700;
}
.contact-form .wpforms-field-container .wpforms-field-textarea{
    width: 100% !important;
}
.contact-section .schedule-form .wpforms-submit-container, .contact-section .contact-form .wpforms-submit-container{
    top: auto !important;
    left: auto !important;
}
.contact-section .wpforms-submit-container{
        margin-top: 15px !important;
}
.wpforms-container .wpforms-captcha-math input{
    border: rgba(209, 213, 220, 1) solid 1px;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    height: 50px !important;
    resize: none !important;
}
.schedule-form input:-internal-autofill-selected{
    background-color: #0000008a !important;
    appearance:none;
}
.schedule-form .wpforms-error{color: #fff !important;}
/* Scroll to top */
.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    background: #8D1822;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 9999;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
}


.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    transition: transform 0.3s ease;
}

.site-header.header-hidden {
    transform: translateY(-100%);
}

body {
    padding-top: 100px; /* Adjust according to your header height */
}


@media (min-width: 992px) {

    .navbar .dropdown {
        position: relative;
    }

    .navbar .dropdown .dropdown-menu {
        display: block; left:15px; top:36px;
        opacity: 0;
        visibility: hidden;
        /*transform: translateY(10px);*/
        transition: opacity 0.3s ease,
                    transform 0.3s ease,
                    visibility 0.3s ease;
        margin-top: 0;
        pointer-events: none;
        border-radius: 10px;
    }

    .navbar .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        /*transform: translateY(0);*/
        pointer-events: auto;
    }
	.max-h495{
		max-height: 495px;
	}
	
}
ul.navbar-nav.reset li.current-menu-item ul.dropdown-menu{
    overflow: hidden;
}
ul.navbar-nav.reset li.current-menu-parent a.nav-link,
ul.navbar-nav.reset li.current-menu-item a.dropdown-item,
ul.navbar-nav.reset li.current-menu-item a.nav-link{
    font-weight: 700;
    color: #8D1822;
    background-color: transparent;
}
ul.navbar-nav.reset ul.dropdown-menu a:hover{
    background-color: #8D1822;
    color: #ffffff;
}
ul.navbar-nav.reset a:hover{
    background-color: transparent;
    color: #8D1822;}
ul.navbar-nav.reset li.current-menu-item ul.dropdown-menu a.dropdown-item{
    font-weight: 500;
    color: rgba(54, 65, 83, 1);
    transition: background-color 0.3s ease;
}
ul.navbar-nav.reset li.current-menu-item ul.dropdown-menu a.dropdown-item:hover{
    color: #ffffff;
}
ul.navbar-nav.reset li a{
    padding-top: 8px;
    padding-bottom: 8px;
    align-items: center;
    display: flex;
}

.dropdown-menu{
    padding: 0;
}
ul.navbar-nav.reset .dropdown-menu{
    overflow: hidden;
}
ul.navbar-nav.reset .dropdown-menu li.menu-item{
    padding-left: 0;
    padding-right: 0;
}

ul.navbar-nav.reset .dropdown-menu li.menu-item a{
    padding: 16px 20px;
    font-weight: 400;
    border-bottom: 1px solid #14325D1A;
}
ul.navbar-nav.reset .dropdown-menu li.menu-item:last-child a{
    border: none;
}
.dropdown-toggle::after{
    border: none;
    content: "";
    background-image: url(./inc/images/menu-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 6px;
    width: 11px;
    background-size: cover;
    transition: transform 0.3s ease;
    margin-left: 12px;
}

.navbar .dropdown:hover .dropdown-toggle::after{
    transform: rotate(180deg);
}
.heading-50px .elementor-widget-text-editor p{
    min-height: 120px;
}
.heading-50px .elementor-widget-text-editor h6{
        min-height: 50px;
}



.case-studies .e-heading-link-base {
    background-image: url(/rgc/wp-content/uploads/2026/06/red-right-arrow.png) !important;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    display: flex !important;
}
.case-studies:hover .e-heading-link-base {
    background-image: url(/rgc/wp-content/uploads/2026/06/white-right-arrow.png) !important;
    color: #fff;
}


.custom-dropdown{
    position:relative;
    min-width:270px;
    width: max-content;
    margin-top: 10px;
}

.dropdown-btn{
    width: max-content;
    min-width:100%;
    background:#8D1822;
    color:#fff;
    border:none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    border-radius:10px;
    padding:13px 20px;
    display:flex;
    justify-content:space-between;
    cursor:pointer;
    background-image: url(https://dm.impressicocrm.com/rgc/wp-content/uploads/2026/06/down-arrow.png);
    background-position: calc(100% - 22px) center;
    background-repeat: no-repeat;
    background-size: auto;
    padding-right: 40px;
}

.dropdown-list{
    display:none;
    list-style:none;
    margin:0;
    padding:0;
    position:absolute;
    width:100%;
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
    z-index: 1;
    top: 50px;
}

.dropdown-list li a{
    display:block;
    padding:16px 20px;
    text-decoration:none;
    color:#35507d;
    border-bottom:1px solid #eee;
    font-family: "Inter", sans-serif;
    white-space: nowrap;
}
.dropdown-list li a:hover, .dropdown-list li a.active{
    background:#8D1822;
    color: #fff;
}
.dropdown-list li:last-child a{
    border-bottom:none;
}

.custom-dropdown.active .dropdown-list{
    display:block;
	z-index:4;
	
}
.team-modal .modal-dialog{
    max-width: 620px;
/*     width: 100%; */
}
.team-modal .modal-body{
    padding: 40px;

}
.team-modal .btn-close{
    background-color: #F4F7FB;
    font-weight: 300;
    color: #353535;
    padding: 16px;
    font-size: 12px;
    opacity: 1;
}
.team-modal .modal-body h4{
    color:#14325D;
    font-size: 30px;
    font-weight: 700;
    font-family: "Raleway";
}
.team-modal .modal-body .designation{
    font-size: 16px;
    line-height: 20px;
    color: #8D1822;
    margin-bottom: 30px;
    margin-top: 6px;
}
.team-modal .modal-body .team-content{
    font-size: 18px;
    color: #4A5565;
    font-weight: 400;
    line-height: 24px;
}


/*  Our Team */

.team-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.team-linked-in a{
    background: #007AB7;
    display: flex;
    color: #fff;
    justify-content: space-between;
    padding: 14px 20px;
    border-radius: 10px;
    margin-top: 30px;
}
.team-linked-in a:hover{
    opacity: 0.9;
}
.team-linked-in a span{
    background-color: #ffffff;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    padding: 3px;
    margin-right: 10px;
}
.team-image{
    margin-bottom: 16px;
}
.team-image img{
    width: 100%;
}
.team-title{
    font-size: 24px;
    font-weight: 700;
    color: #14325D;
}
.team-designation{
    color: #8D1822;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.team-excerpt{
    font-size: 16px;
    line-height: 24px;
    color: #4A5565;
}
.team-excerpt p{
    display: contents;
}
.team-excerpt a{
    color: #8D1822;
    font-weight: 700;
    text-decoration: underline;
}
.featured-team-grid{
    background: #8D1822;
    border-radius: 16px;
    padding: 20px 30px;
    margin-bottom: 30px;
}
.featured-team-item{
    display: flex; 
    gap: 32px;   
}
.featured-team-item .team-content{
    display: flex;
    align-items: center;
}
.featured-team-item .team-description{
    color: #fff;
    margin-top: 0;
    line-height: 24px;
    font-size: 18px;
    font-family: "Inter", sans-serif;
}
.featured-team-item .team-title{
     color: #fff;
     margin-bottom: 10px;
     font-size: 24px;

}
.featured-team-item .team-designation{
    color: #fff;
    border: none;
    padding-bottom: 0;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
}
.featured-team-item .team-image{
    width: 305px;
    min-width: 305px;
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
}
.featured-team-item .team-image img{
    border-radius: 10px;
}
.navbar-toggler-icon:before{
    content: "";
    background-image: none;
    height: 1px;
    width: 24px;
    background-color: #000000a6;
    position: relative;
    transition: all 0.3s ease;
        display: block;
    top: -6px;
}
.navbar-toggler-icon:after{
    content: "";
    background-image: none;
    height: 1px;
    width: 24px;
    background-color: #000000a6;
    position: relative;
    transition: all 0.3s ease;
    top: 6px;
    display: block;
}
.navbar-toggler-icon{
    background-image: none;
    height: 1px;
    width: 24px;
    background-color: #000000;
    position: relative;
    transition: all 0.3s ease;
        top: -2px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background-color: transparent;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before{
    top: 1px;
    transform: rotate(138deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after{
    top: 0px;
    transform: rotate(40deg);
}
.steps-sec .e-con-inner{ 
    position: relative;
    background-image: url(/wp-content/uploads/2026/06/step-line.svg); 
    background-repeat: no-repeat; 
    background-position: center 35px;
}
.steps-sec.step-sm .e-con-inner{
	background-position: center 24px;
    background-size: contain;
}
.steps-sec-in h3.elementor-icon-box-title{
    font-family: Inter, sans-serif !important;
}
.steps-sec .steps-sec-in .elementor-widget-text-editor, .steps-sec .steps-sec-in b{
    font-weight: bold;
}
.steps-sec .steps-sec-in:hover .elementor-icon-box-title, .steps-sec .steps-sec-in:hover p b{
    color: #8D1822 !important;
}
.steps-sec .steps-sec-in:hover .steps-box{
    border-top: 3px solid #8D1822;
}

.premium-modal-box-modal-body .wpforms-container .wpforms-submit-container{
    margin-top: 18px !important;
    position: static;
}
/* .premium-modal-box-modal-body .wpforms-layout-row{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-right: -10px;
    margin-left: -10px;
    gap: 15px;
}
.premium-modal-box-modal-body .wpforms-layout-column-33{
    width: calc(100% / 3);
}
.premium-modal-box-modal-body .wpforms-layout-column-33 input{
    width: 100%;
}
.wpforms-field-layout-preset-67-33{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-right: -10px;
    margin-left: -10px;
} */
.premium-modal-box-container .premium-modal-box-modal-body{
    padding: 20px 40px 40px 40px !important;
}
.premium-modal-box-container .wpforms-container.wpforms-container-full{
margin: 0 !important;
}
.premium-modal-box-container .premium-modal-box-modal-header{
    border: none;
    padding: 36px 40px 0px 40px !important;
}
.premium-modal-box-container .premium-modal-box-modal-title{
    line-height: 28px !important;
    color: #101828;
    font-weight: 600;
    
}
.premium-modal-box-container .premium-modal-box-modal-close{
    background-color: #F4F7FB !important;
    font-weight: 300;
    font-size: 31px !important;
    color: #353535 !important;
    display: flex;
    align-items: center;
    height: 32px;
    width: 32px;
    justify-content: center;
    border-radius: 6px !important;
    border: none !important;
}
.schedule-form.wpforms-container .wpforms-field-label{
	font-weight: 400;
    font-size: 14px;
    font-family: "Inter", sans-serif;
}
.schedule-form.wpforms-container .wpforms-field input.wpforms-field-large, .schedule-form.wpforms-container .wpforms-field textarea.wpforms-field-small{
	border: rgba(209, 213, 220, 1) solid 1px;
    border-radius: 10px;
    padding: 12px 16px !important;
    height: 50px !important;
    resize: none !important;
}
.schedule-form.wpforms-container .wpforms-submit-container{
	top:42px;
	margin-left: 10px;
}
.schedule-form.wpforms-container form.wpforms-form{
	display: grid;
    grid-template-columns: 1fr 254px;
}
.deliver-result-list .elementor-icon-list-items li.elementor-icon-list-item a{ 
	width: 100%;
    max-width: 100%;
    background-color: #F1F7FF;
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 24px 24px 24px 24px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #14325D1A;
    border-radius: 10px 10px 10px 10px;
	position:relative;
}
.e-con-inner .list-style-1 ul li{
	padding-left:33px !important;
}
.org-list.list-style-1 ul li:last-child{border-bottom:none;}
/* .deliver-result-list .elementor-icon-list-items li.elementor-icon-list-item a:hover svg path{
	fill: #ffffff;
} */
.deliver-result-list .elementor-icon-list-items li.elementor-icon-list-item a:hover{
	background-color: #E4F0FF;
	transition:all ease-in-out 0.5s
}
/* .deliver-result-list .elementor-icon-list-items li.elementor-icon-list-item a:hover .elementor-icon-list-text{
	color:#ffffff;
} */
.deliver-result-list .elementor-icon-list-items li.elementor-icon-list-item a:after{
	content:"";
	background:url(https://one-rgc.com/wp-content/uploads/2026/07/arrow-right.svg) no-repeat center;
	width: 7px;
    height: 13px;
    position: absolute;
    right: 25px;
	top:50%;
	transform:translateY(-50%);
}
/* .deliver-result-list .elementor-icon-list-items li.elementor-icon-list-item a:hover:after{
	background-image:url(https://one-rgc.com/wp-content/uploads/2026/07/arrow-right-w.svg);
} */
.schedule-form.wpforms-container form.wpforms-form{gap: 20px;}
.schedule-form.wpforms-container .wpforms-submit-container{
	margin-left: 0;
	left: 0;
}
@media (max-width: 991px) {
	.schedule-form.wpforms-container .wpforms-submit-container{
		margin-left:0;
	}
	.schedule-form.wpforms-container form.wpforms-form{
		display: grid;
		grid-template-columns: 1fr;
	}
	.featured-team-item .team-image{ width: 100%; min-width: 100%;}
	.hero_bg{
		background-position: top center !important;
	}
    .steps-sec .e-con-inner {
        background-image: none;
    }
    ul.navbar-nav.reset li.header-ai-menu a{
        position: relative;
    }
    ul.navbar-nav.reset li.header-ai-menu a::after{
        right: 10px !important;
    }
    .navbar-toggler{
        position: absolute;
        right: 0;
        height: 36px;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar .dropdown .dropdown-menu .menu-item{
        padding: 0 !important;
    }
    .mobile-dropdown-arrow.active{
        transform: rotate(180deg);
    }
    .navbar-collapse{
        position: absolute;
        top: 80px;
        background: #fff;
        left: 0;
        z-index: 1;
        width: 100%;
        border-radius: 10px;
        /* padding: 10px; */
    }
    ul.navbar-nav.reset li {
        padding: 11px 20px !important;
        border-bottom: 1px solid #e5e5e5;
    }
    ul.navbar-nav.reset li:last-child{
        border-bottom: none;
    }
    ul.navbar-nav.reset .dropdown-toggle::after{
        display: none;
    }
    ul.navbar-nav.reset li a{
        display: inline-block;
    }
    .mobile-dropdown-arrow{
        background-image: url(./inc/images/menu-arrow-down.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 50px;
        height: 52px;
        position: absolute;
        right: 20px;
        top: 0;
    }
    .featured-team-item{
        display: block;
    }
    .team-grid{
        grid-template-columns: repeat(1, 1fr);
    }
	.schedule-form .wpforms-submit-container{
		top: 15px !important;
    	left: 0 !important;
	}
	
}
