brand colors :- 
primary :- #a71b1b
secondary :- #ffb600
assent :- #2d2d2d
 object-position: bottom;6366



 header-top css:- 

.all-sm-form.abuts_frms{
    display: flex;
    flex-wrap: wrap;
    gap: 30px !important;
    justify-content: space-between;
}
.all-sm-form.abuts_frms p{
    margin: 0;
    padding: 0;
}
.all-sm-form.abuts_frms br{
    display: none;
}
.frbox.frbox-50 {
    max-width: calc(50% - 15px);
    width: 100%;
}
.frbox.frbox-100 {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}
.all-sm-form label{
    width: 100%;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
    min-height: 56px;
    border-radius: 30px !important;
    outline: none;
    border: 1px solid #C3C3C3 !important;
    background: transparent;
        padding: 15px 26px !important;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #C50303 !important;
}

select{
    padding-right: 30px;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
/*    background: transparent url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat 97% center;*/
background-position: 97% center;
}
textarea{
    padding: 20px 15px;
}

.all-sm-form .frm_submits{
    width: 100%;
}
.all-sm-form input[type=submit]{
    background-color: #C50303;
    border: 1px solid #C5030333;
    font-family: var( --e-global-typography-88c35fb-font-family ), Sans-serif;
    font-size: var( --e-global-typography-88c35fb-font-size );
    font-weight: var( --e-global-typography-88c35fb-font-weight );
    text-transform: var( --e-global-typography-88c35fb-text-transform );
    line-height: var( --e-global-typography-88c35fb-line-height );
    fill: #fff;
    color: #fff;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 30px 10px 30px;
    margin: 0 auto;
    display: block;
}
.all-sm-form input[type=submit]:hover,
.all-sm-form input[type=submit]:focus{
    background-color: transparent;
    border: 1px solid #C5030333;
    color: #C50303;
    transform: translateY(-8px);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #f00;
    color: #f00;
}
.wpcf7-not-valid-tip{
    padding: 5px 10px 0 10px;
}
@media (max-width:1366px){
    .frbox.frbox-50 {
        max-width: 100%;
    }
}
@media (max-width:992px){
    .all-sm-form.abuts_frms{
        gap: 20px;
    }
    .frbox.frbox-50 {
        max-width: 100%;
    }
}
@media (max-width:768px){
    .frbox.frbox-50 {
        max-width: 100%;
    }
}
/* Header Lengauge Dropdown  */
.language-selector {
    position: relative;
    display: inline-block;
}


.language-btn {
    background-color: transparent !important;
    color: white;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

.arrow-icon {
    transition: transform 0.3s ease;
}

.language-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    min-width: 120px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
}

.language-item {
    color: #333 !important;
    padding: 10px 16px;
    text-decoration: none !important;
    display: block;
    font-size: 14px;
    transition: background-color 0.2s;
}

.language-item:hover {
    background-color: #f5f5f5;
}

/* Show dropdown on hover */
.language-selector:hover .language-dropdown {
    display: block;
}

.language-selector:hover .arrow-icon {
    transform: rotate(180deg);
}
/* Header Lengauge Dropdown  */

/* Header  */
.header-bottom.sticky .header-search{
    display: none;
}
.header-bottom:not(.sticky) .sticky-logo{
    display: none;
}
.header-bottom {
    width: 100%;
    transition: all 0.3s ease;
}

.header-bottom.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: #F9F9F9 !important; 
    animation: slideDown 0.3s ease-in-out;
}
.header-bottom.sticky {

}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}


.header-top{
    background:#F9F9F9;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
/*.header-top:before{
    position: absolute;
    width: 50%;
    content: "";
    background: #FFFFFF12;
    right: 0;
    top: 0;
    bottom: 0;
}*/
.h-contact-info a{
    color: #2D2D2D !important;
}
.h-contact-info a:hover{
    color: #c50303;
}

.hr-map{
    position: relative;
}
.hr-map:before{
    content: "" !important;
    width: 1px !important;
    background-color: #000;
    transform: rotate(20deg);
    left: 0 !important;
    position: absolute !important;
    top: -10% !important;
    bottom: 0;
    height: 111% !important;
}

.search-form{
    position: absolute !important;
    top: 60px;
    background: #f9f9f9;
    padding: 0;
    border-radius: 50px;
}
.search-form .e-search-input{
    color: #c50303 !important;
    padding: 10px 10px 6px 20px !important;
    height: 47px !important;
    line-height: 2 !important;
}
.search-form .e-search-input:placeholder{
    color: #c50303  !important;
    fill: #c50303  !important;
}
.search-form .e-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c50303  !important;
}
.search-form .e-search-input::-moz-placeholder { /* Firefox 19+ */
  color: #c50303  !important;
}
.search-form .e-search-input:-ms-input-placeholder { /* IE 10+ */
  color: #c50303 !important;
}
.search-form .e-search-input:-moz-placeholder { /* Firefox 18- */
  color: #c50303 !important;
}
.elementor-widget-search .e-search-input-wrapper>i:is(svg), 
.elementor-widget-search .e-search-input-wrapper>svg:is(svg) {
    fill: #c50303;
}

/* Advance Search */
.mobile-search-toggle{
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute !important;
    top: 60px;
    background: #f9f9f9;
    padding: 0;
    border-radius: 50px;
}
.mobile-search-toggle.active{
    opacity: 1;
    width: 100%;
    height: 46px;
    position: absolute !important;
    top: -5px;
    min-width: 250px !important;
    right: 60px;
    max-width: 250px !important;
}
.sticky-header .mobile-search-toggle.active{
    opacity: 1;
    width: 200px;
    height: 46px;
    position: absolute;
    top: 0px;
    min-width: 250px !important;
    right: 40px;
}


/* Testimonial  */
.client-testimonial .swiper-pagination{
    text-align: left;
}
.client-testimonial .swiper-pagination .swiper-pagination-bullet{
    border: 2px solid #fff;
}
.elementor-widget-testimonial-carousel.client-testimonial .elementor-main-swiper{
    width: 100% !important;
}


.about-testimonial .elementor-testimonial-wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.red-btn .elementor-button-icon{
    top: 4px;
    position: relative;
    align-items: start;
}

.cases-slider .swiper-pagination-bullet{
    height: 10px !important;
    border-radius: 5px;
    border: 2px solid #2D2D2D;
    opacity: 1;
}
.cases-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #2d2d2d !important;
}


/* Testimonial  */

/* Blog  */
.post-content-clamp .elementor-widget-container{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.form-submit [type=button]:not(:disabled), 
.form-submit [type=submit]:not(:disabled), 
.form-submit button:not(:disabled){
        background-color: var(--e-global-color-89b452e);
    font-family: var(--e-global-typography-88c35fb-font-family), Sans-serif;
    font-size: var(--e-global-typography-88c35fb-font-size);
    font-weight: var(--e-global-typography-88c35fb-font-weight);
    text-transform: var(--e-global-typography-88c35fb-text-transform);
    font-style: var(--e-global-typography-88c35fb-font-style);
    line-height: var(--e-global-typography-88c35fb-line-height);
    letter-spacing: var(--e-global-typography-88c35fb-letter-spacing);
    word-spacing: var(--e-global-typography-88c35fb-word-spacing);
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-89b452e);
    border-radius: 50px 50px 50px 50px;
    padding: 12px 30px 10px 30px;
}
.form-submit [type=button]:focus, 
.form-submit [type=button]:hover, 
.form-submit [type=submit]:focus, 
.form-submit [type=submit]:hover, 
.form-submit button:focus, 
.form-submit button:hover{
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-89b452e);
}
.comment-form a{
    color: var(--e-global-color-89b452e) !important;
}
textarea#comment{
    margin-top: 10px;
}
/* Blog  */

@media (max-width:1200px){
    .header-top {
        background: linear-gradient(110deg, #000000 35%, #1a1a1a 35%);
    }
}
@media (max-width:768px){
    .testimonial:before{
        background-image: linear-gradient(90deg, var( --e-global-color-89b452e ) 100%, var( --e-global-color-f737c9a ) 100%) !important;
    }
    .footer-gallery{

    }
    .header-top{
        background: #000000;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .header-bottom:not(.sticky) .sticky-logo{
        display: block;
    }
    .header-bottom{
        background: linear-gradient(110deg, #000000 50%, #1a1a1a 50%) !important;
    }
    .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{
       height: 100vh !important;
        width: 100vw !important;
        left: 0 !important;
        right: 0 !important;
        position: fixed !important;
    }
    .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{
        top: 63px !important;
    }
    .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{
        position: fixed;
        right: 0;
        left: 0;
        top: 63px !important;
        bottom: 0;
        height: 100vh;
        width: 100vw !important;
    }
    li.menu-item.menu-item-has-children .highlighted .sub-arrow{
        margin-left: auto;
    }
    li.menu-item.menu-item-has-children.current-menu-item .highlighted .sub-arrow .e-font-icon-svg,
    li.menu-item.menu-item-has-children .highlighted .sub-arrow .e-font-icon-svg{
        color: #000;
        fill:#000;
    }   
}
@media (max-width: 479px) {
    .footer-gallery .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item, 
    .footer-gallery .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, 
    .footer-gallery .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, 
    .footer-gallery .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, 
    .footer-gallery .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, 
    .footer-gallery .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, 
    .footer-gallery .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, 
    .footer-gallery .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, 
    .footer-gallery .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item {
        max-width: 80px;
    }
}

/* Single Post */
#comments h2#reply-title,
.custom-post-content h2{
    font-family: var(--e-global-typography-b65b8b7-font-family), Sans-serif;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 600;
    margin: 20px 0 10px 0;
}
.custom-post-content h3{
    font-family: var(--e-global-typography-b65b8b7-font-family), Sans-serif;
    font-size: clamp(24px, 2.5vw, 30px);
    font-weight: 600;
    margin: 20px 0 10px 0;
}
.custom-post-content h4{
    font-family: var(--e-global-typography-b65b8b7-font-family), Sans-serif;
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 600;
    margin: 20px 0 10px 0;
}
.custom-post-content h5{
    font-family: var(--e-global-typography-b65b8b7-font-family), Sans-serif;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 600;
    margin: 20px 0 10px 0;
}
.custom-post-content h6{
    font-family: var(--e-global-typography-b65b8b7-font-family), Sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 10px 0;
}
.custom-post-content ul,
.custom-post-content ol{
    padding-left: 20px;
}
.custom-post-content ul li,
.custom-post-content ol li{
    margin-bottom: 10px;
}

.elementor-post-navigation span.elementor-post-navigation__link__prev{
    padding-right: 10px;
}
.elementor-post-navigation span.elementor-post-navigation__link__next{
    padding-left: 10px;
}
.expert-service .elementor-cta__content{
    padding-bottom: 61px !important;
    position: relative;
}
.expert-service .elementor-cta__content .elementor-cta__button-wrapper{
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.expert-service .elementor-cta{
    height: 100%;
}

.expert-service .elementor-cta__bg-wrapper{
    min-height: 250px !important;
    max-height: 250px;
}
.header-bottom.sticky ul#menu-1-d0cd569 a {
    color: black !important;
}

.sticky svg.e-font-icon-svg.e-fas-angle-down {
	fill: black;
}
.header-bottom.sticky ul#sm-17663849832624866-2 {
    background: #F9F9F9 !important;
}

.profile-role {
  font-family: "Hind Guntur", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #2D2D2D;
}
.header-bottom.sticky .elementor-nav-menu--dropdown{
	background:#F9F9F9 !important;
	
}
.header-bottom.sticky .e-con-inner ::after {
    background: #2D2D2D !important;
}
/* /.contact form ./ */
 .subtitle {
            text-align: center;
            color: #666;
            font-size: 1.05rem;
            margin-bottom: 50px;
            line-height: 1.6;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 20px;
            margin-bottom: 20px;
        }

        .form-group {
            position: relative;
        }

        .form-group-full {
            grid-column: 1 / -1;
        }

        input, select, textarea {
            width: 100%;
            padding: 18px 24px;
            border: 1px solid #ddd;
            border-radius: 50px;
            font-size: 15px;
            font-family: 'Hind Guntur', sans-serif;
            transition: all 0.3s ease;
            background: #fff;
            color: #333;
        }

        input:focus, select:focus, textarea:focus {
            outline: none;
            border-color: #b91c1c;
        }

        input::placeholder, textarea::placeholder {
            color: #999;
        }

        select {
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 24px center;
            cursor: pointer;
        }

        select option {
            padding: 10px;
        }

        textarea {
            border-radius: 30px;
            resize: vertical;
            min-height: 160px;
            padding: 20px 24px;
        }

        .submit-btn {
            display: block;
            width: 200px;
            margin: 40px auto 0;
            padding: 16px 40px;
            background: #b91c1c;
            color: white;
            border: none;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 600;
            font-family: 'Hind Guntur', sans-serif;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .submit-btn:hover {
            background: #991b1b;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(185, 28, 28, 0.3);
        }

        .submit-btn:active {
            transform: translateY(0);
        }

        @media (max-width: 768px) {
            .container {
                padding: 40px 25px;
            }

            h1 {
                font-size: 2rem;
            }

            .form-row {
                grid-template-columns: 1fr;
            }

            .subtitle {
                font-size: 0.95rem;
                margin-bottom: 35px;
            }
        }
