:root{
    --bs-orange: #FF671F;
}
body{
    margin: 0px;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
}
img{
    max-width: 100%;
}
ul{
    padding-left: 0px;
    margin-bottom: 0px;
}
li{
    list-style: none;
}
/*----------------------------*/
.title-h2{
    color: #000;
    font-size: 28px;
    font-weight: 500;
}
@media screen and (min-width:1100px){
    .inner-container-width{
        max-width: 1140px;
    }
}
/*-------------header----------------*/
.header-wapper {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}


.header-wapper.fixed-header {
    position: fixed;


}

/* Make navbar sticky */
.sticky-navbar {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Logo Section */
.logo-brand-img img {
    max-width: 80px;
}

.logo-brand-wt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.logo-brand-img img {
    max-height: 60px;
}

.logo-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo-text {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.advocate-babu {
    font-size: 14px;
    color: #000;
}

/*-social-top-css-*/
.social-icon-wgt .items-social {
    display: inline-block;
    margin: 0 10px;
}

.social-icon-wgt .items-social a {
    color: #000; /* Default color */
    font-size: 18px;
    transition: all 0.3s ease; /* Smooth hover transition */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none; /* Remove underline if any */
}

/* Hover effect - Change background and icon color */
.social-icon-wgt .items-social a:hover {
    background-color: #FF671F; /* Background on hover */
    color: #fff; /* Icon color on hover */
    transform: scale(1.2); /* Slight zoom effect */
}

/* Navbar Links */
.menu-items-nv .nav-link {
    padding: 0 15px !important;
    color: #000;
    transition: color 0.3s ease;
}

.menu-items-nv .nav-link:hover {
    color: #FF671F;
}

/* Mega Dropdown (Click-based + Centered under the nav item) */
.nav-item.dropdown {
    position: relative;
}

/* Hidden by default */
.dropdown-mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%; /* Start from middle of parent */
    transform: translateX(100%); /* Center horizontally */
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    padding: 15px;
    min-width: 400px; /* Set width for 3 columns */
}

/* Fit the container exactly */
.dropdown-mega-menu .container {
    max-width: 100%;
    padding: 0;
}


/* Dropdown Column Layout */
.dropdown-mega-menu .row {
    display: flex;
    flex-wrap: nowrap; /* 3 columns in one row */
}

/* Dropdown Links */
.dropdown-mega-menu .dropdown-item {
    padding: 8px 10px;
    color: #000;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

.dropdown-mega-menu .dropdown-item:hover {
    color: #FF671F;
    background-color: #f5f5f5;
}

/* Responsive (Mobile View) */
@media (max-width: 768px) {
    .dropdown-mega-menu {
        position: static;
        transform: none;
        width: 100%;
        min-width: unset;
    }

    .dropdown-mega-menu .row {
        flex-wrap: wrap;
    }
}



/*------------header-close-----------*/



/*------------Clourser-Start-----------*/
.service-banner-carousel {
    position: relative;
    width: 100%;
    height: 400px; /* Adjust based on your design */
    overflow: hidden;
}

.service-banner-carousel .carousel-item {
    height: 400px;
}

.service-banner-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This will make sure images fit nicely */
}

.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 0;
}
/*------------Clourser-close-----------*/



/*--We Can Help Start--------------*/

.service-client-web {
    background-color: #FF671F; /* Orange background */
    padding: 50px 0px;
    text-align: center;
}

.help-txtweb {
    margin-bottom: 30px;
}

.section-heading {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.section-underline {
    width: 60px;
    height: 2px;
    background-color: #fff;
    margin: 10px auto 0;
}

.column-client-web {
    text-align: center;
    padding: 20px 0;
}

.num-txt-head {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.head-mnt {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 5px;
}

/* Responsive tweaks */
@media (max-width: 767px) {
    .num-txt-head {
        font-size: 28px;
    }
    .head-mnt {
        font-size: 14px;
    }
    .column-client-web {
        padding: 15px 0;
    }
}


/*--We Can Help End--------------*/



/*--our working way--*/

.our-work-service {
    padding: 60px 0;
    background-color: #f9f9f9;
}

/* Main Heading */
.main-head {
    font-size: 36px;
    font-weight: bold;
    color: #FF671F; /* Orange color */
    margin-bottom: 10px;
    position: relative;
}

/* Double underline below heading */
.double-underline {
    width: 120px;
    height: 4px;
    background-color: #FF671F; /* First orange line */
    margin: 0 auto;
    position: relative;
}

.double-underline::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 120px;
    height: 4px;
    background-color: #FF671F; /* Second orange line */
}

/* Card Styling */
.work-serv--web {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); /* Light shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.work-serv--web:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Image */
.wrk-w-img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

/* Card Title */
.head-wrk {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

/* Description */
.sht--disc-wrk {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
/*--our working end--*/

/*--Consultation Start--*/

/* Overall Section */
.other-webconsult {
    padding: 60px 0;
    background-color: #f9f9f9;
}

/* Card Box */
.card-box-conslt {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Hover Animation - Lift and Shadow */
.card-box-conslt:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Heading */
.head-const-wig {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

/* Icon Image */
.img-webconst {
    max-width: 80px;
    height: auto;
    transition: transform 0.4s ease;
}

/* Hover Icon Animation - Slight Bounce */
.card-box-conslt:hover .img-webconst {
    transform: translateY(-8px) scale(1.1);
}

/* Short Description */
.short-disc-conslt {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* Background Animated Gradient Effect */
.card-box-conslt::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,128,0,0.15) 0%, rgba(255,128,0,0) 70%);
    transform: rotate(45deg);
    z-index: 0;
    transition: all 0.6s ease;
}

/* Hover Glow Effect */
.card-box-conslt:hover::before {
    top: -30%;
    left: -30%;
    opacity: 1;
}

/* Responsive - Center Cards */
@media (max-width: 767px) {
    .card-box-conslt {
        margin-bottom: 30px;
    }
}


/*aproach Start*/
/* Section Padding */
.our--aproach-sec {
    background-color: #222;
    padding: 60px 0;
}

/* Heading */
.our--aproach-sec .main-head {
    font-size: 32px;
    font-weight: bold;
    color: #FF671F;
    text-transform: uppercase;
    position: relative;
}

.our--aproach-sec .main-head::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: #ff8000;
    margin: 12px auto 0;
}

/* Container holding both columns */
.contenList-itemswap {
    background: #FF671F;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: calc(100% - 30px); /* Force equal height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

/* Background glow on hover */
.contenList-itemswap:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #FF671F 40%, #FF671F 100%);
}

/* Subtle hover background animation */
.contenList-itemswap::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 128, 0, 0.15) 0%, rgba(255, 128, 0, 0) 60%);
    z-index: 0;
    transition: all 0.6s ease;
    opacity: 0;
}

.contenList-itemswap:hover::before {
    opacity: 1;
    top: -30%;
    left: -30%;
}

/* List Styling */
.listweb-aproch {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.listweb-aproch li {
    font-size: 16px;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* List hover effect - subtle left border highlight */
.listweb-aproch li:hover {
    color: #ffffff;
    padding-left: 15px;
    font-weight: 500;
}

/* Last item border removal */
.listweb-aproch li:last-child {
    border-bottom: none;
}

/* Responsive support */
@media (max-width: 767px) {
    .contenList-itemswap {
        margin-bottom: 20px;
    }
}

/*aproach End*/

/*testimonial Start*/
.testimonial {
    background-color: #f8f9fa;
    padding: 60px 0;
    position: relative;
    text-align: center;
}

.testimonial .main-head {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
}

.testimonial .main-head::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: #ff6b00;
    margin: 12px auto 0;
}

/* Center the wrapper itself */
.testimonia-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically (optional if needed) */
    width: 100%;
}

/* Testimonial Slide Content */
.content-testimon--ways {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.content-testimon--ways:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Client Image */
.userimg--client img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #ff6b00;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

/* Client Name */
.name-wigt-testmnl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

/* Testimonial Text */
.disc--webtest {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    max-height: 150px;
    overflow-y: auto;
    padding-right: 5px;
    text-align: justify;
}

/* Center Carousel Arrows */

/* Dots - Centered under content */
.carousel-indicators.bullet-icon-web {
    justify-content: center;
    margin-top: 20px;
}

.carousel-indicators.bullet-icon-web button {
    background-color: #ddd;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
    border: none;
}

.carousel-indicators.bullet-icon-web button.active {
    background-color: #ff6b00;
    transform: scale(1.2);
}

/* Responsive Adjustments */
@media (max-width: 767px) {

    .content-testimon--ways {
        padding: 20px;
    }
}

/*testimonial End*/

/* Full-width Consultation Section */
.homepage-consultation-section {
    width: 100%;
    background-color: #ff6b00; /* or any other color you want */
    padding: 60px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

/* Inner Wrapper for Centered Content */
.homepage-consultation-wrapper {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
}

/* Heading Styling */
.homepage-consultation-heading {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.3;
    text-transform: uppercase;
}

/* Button Styling */
.homepage-consultation-button {
    display: inline-block;
    background-color: #fff;
    color: #ff6b00;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 30px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.homepage-consultation-button:hover {
    background-color: #333;
    color: #fff;
}

/* Responsive Tweaks */
@media (max-width: 992px) {
    .homepage-consultation-heading {
        font-size: 28px;
    }

    .homepage-consultation-button {
        font-size: 16px;
        padding: 10px 25px;
    }
}


@media (max-width: 576px) {
    .homepage-consultation-heading {
        font-size: 22px;
    }

    .homepage-consultation-button {
        font-size: 14px;
        padding: 8px 20px;
    }
}


.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* Optional - अगर जरूरत हो */
}

.help-txtweb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%; /* Optional - जो height चाहिए */
    text-align: center;
}

.section-underline {
    margin-top: 8px; /* थोड़ा gap underline और text के बीच */
}
/*------------services page--------------*/
.overlay-bg{
    background-color: #000000;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
/* .fm-law{
    background-image: url(../images/firm-banner.jpg);
} */
.service-content-middle{
    padding: 50px 0px 50px;
}
.h2-service-title{
    color: var(--bs-orange);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.serv-disc, .list-service-follow li{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.h3-small-fl{
    color: var(--bs-orange);
    font-size: 18px;
    font-weight: 600;
}
.list-service-follow li{
    display: flex;
    margin-bottom: 5px;
}
.elementor-icon-list-item span{
    align-items: center;
    color: var(--bs-orange);
    margin-right: 8px;
}
.expert-layout-wp{
    background-color: #F5F5F5;
    padding: 50px 0px 50px;
}
.content-lst--rw {
    display: flex;
    margin-bottom: 20px;
}
.icon-elemnt {
    flex: 0 0 auto;
    width: 30px;
}
.icon-elemnt i{
    margin-top: 5px;
    font-size: 24px;
    color: var(--bs-orange);
}
.elemnt-disc-wp{
    flex-grow: 1;
    padding-left: 10px;
}
.title-em-w3{
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.text-shot-info{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}
.service-form-layt{
    position: relative;
    padding: 50px 0px;
}
.form-side--service{
    background-color: #E6E6E6;
    padding: 30px 25px 30px;
}
.border-line-title{
    display: block;
    width: 13%;
    height: 4px;
    background-color: var(--bs-orange);
}
.form-input {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 16px;
    border-color: #d1d5db;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    color: #475569;
}
.textarea-field{
    height: 90px;
}
.btn.btn-submit-wp{
    display: inline-block;
    background-color: #f36b21;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform:capitalize ;
    padding: 16px 20px;
    border-radius: 15px 0 15px 0px;
    text-decoration: none;
    margin-bottom: 15px;
    transition: background-color 0.3s;
}
.btn.btn-submit-wp:hover, .btn.btn-submit-wp:focus, .btn.btn-submit-wp:active{
    background-color: #000000;
    color: #fff;
}
/*------------services page end--------------*/

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Existing footer styles */
.footer {
    background: #f8f8f8;
    color: #000;
    position: relative;
}
.footer-top-menu{
    padding-top: 50px;
    padding-bottom: 40px;
    background-color:#eae8e8;
}
/* .container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
} */

.footer-section h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.highlight {
    color: #ff6f3d;
}

.divider {
    width: 100px;
    height: 2px;
    background: #000;
    margin: 5px 0 15px;
    border: none;
}

.footer-section p {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    font-size: 15px;
    margin: 5px 0;
    cursor: pointer;
}

.social-icons a {
    font-size: 20px;
    margin-right: 10px;
    color: #444;
    text-decoration: none;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #ff6f3d;
}

/* Fix footer-bottom to touch bottom */
.footer-bottom {
    background: #ff6f3d;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    margin: 0; /* remove the margin-top */
    width: 100%;
}


.contact-link {
    font-size: 15px;
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #ff6f3d; /* Change to your theme color */
    
}

.footer-section ul li a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #ff6f3d; /* Theme color */
    text-decoration:None;
}


/* Sidebar container */
.social-sidebar {
    position: fixed;
    top: 350px;
    left: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Individual social link styles */
.social-link {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    transition: width 0.3s ease;
    text-decoration: none;
    color: white;
    border-radius: 5px;
}

.social-link i {
    font-size: 24px;
    margin-left: 10px;
}

/* Text (initially hidden) */
.social-text {
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Expand and show text on hover */
.social-link:hover {
    width: 150px;
}

.social-link:hover .social-text {
    opacity: 1;
}

/* WhatsApp */
.whatsapp {
    background-color: #25D366;
}

/* Instagram */
.instagram {
    background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
}

/* LinkedIn */
.linkedin {
    background-color: #0077b5;
}

/* Email (you can change the background to suit your design) */
.email {
    background-color: #ff6f3d;
}



.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 100;
}

.whatsapp-float img {
    width: 100%;
    height: auto;
}



.contact-item {
    display: flex;
    align-items: flex-start; /* Icon and text top-align */
    gap: 10px; /* Space between icon and text */
    max-width: 100%; /* Optional if you want to control width */
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

.contact-item i {
    font-size: 16px;
    color: #000000;
    margin-top: 6px;
}

.contact-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    color: #444;
    word-break: break-word; /* In case the address is too long */
    flex: 1; /* Let text take the available space */
}



/* Contact section main container */
.contact-container {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}

/* Card section */
/* .contact-card-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
} */
 

.contact-card {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    flex: 1;
    transition: 0.3s ease;
    border-radius: 10px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.contact-icon {
    font-size: 40px;
    color: #f60;
    margin-bottom: 10px;
}

.contact-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.contact-text {
    font-size: 14px;
    color: #555;
}

/* Form and map wrapper */
.contact-form-map-wrapper {
    padding: 20px 0px 80px;
}

/* Form section */
.contact-form-container {
    flex: 1;
    background: #f36b21;
    padding: 20px;
    border-radius: 10px;
}

.contact-form-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-form-divider {
    width: 50px;
    height: 3px;
    background: #f36b21;
    margin-bottom: 15px;
}

.contact-input, .contact-textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.contact-textarea {
    height: 100px;
}

.contact-submit-button {
    background: #f36b21;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s;
}

.contact-submit-button:hover {
    background: #f36b21;
}

/* Map section */
.contact-map-container {
    flex: 1;
}


.contact-text a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.contact-text a:hover {
    color: #f60; /* Optional hover color */
}


/* Gallery Grid Layout */
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 20px;
    padding: 20px;
    justify-content: center;
}

/* Individual Card Style */
.gallery-card {
    overflow: hidden;
    border: 2px solid #FF671F;
    border-radius: 8px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.gallery-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Hover Animation */
.gallery-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for tablets */
    }
}

@media (max-width: 480px) {
    .gallery {
        grid-template-columns: repeat(1, 1fr); /* 1 column for phones */
    }
}



.team-card {
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    width: 300px; /* Fix width to keep it neat */
}

.team-image {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.team-name {
    font-size: 18px;
    font-weight: bold;
    margin: 12px 0 5px;
}

.team-designation {
    font-size: 16px;
    font-weight: bold;
    color: #FF671F;
    margin-top: 0;
    position: relative;
}

.team-designation::before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #FF671F;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}


/* About Section */
.about {
    padding: 60px 20px;
    background-color: #fff;
}

.about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

/* Left Side - Single Image */
.about-image {
    flex: 1;
    max-width: 500px;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 4px solid #FF671F;
}

/* Right Side - Text Content */
.about-content {
    flex: 1;
    max-width: 600px;
}

.about-tagline {
    color: #FF671F;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.about-heading {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #222;
}

.about-description {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 15px;
}

.about-button {
    display: inline-block;
    background-color: #f36b21;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform:capitalize ;
    padding: 16px 20px;
    border-radius: 15px 0 15px 0px;
    text-decoration: none;
    margin-bottom: 15px;
    transition: background-color 0.3s;
}

.about-button:hover {
    background-color: #000000;
    color: white;
}

/* Responsive (For Mobile View) */
@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
        text-align: center;
    }

    .about-image {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .about-content {
        max-width: 100%;
    }
}

/* Main wrapper - Full width background */
.about-section-wrapper {
    background-color: #f9f5f3;
    width: 100%;
    padding: 40px 0; /* Remove side padding here to ensure full width background */
    display: flex;
    justify-content: center;
}

/* Inner container - To center content with max width */
.about-section-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    width: 100%;
    gap: 30px;
    padding: 0 20px; /* Optional - Adds inner spacing so content doesn't touch screen edges */
}

/* Image grid */
.about-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    flex: 1;
}

.about-image-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Content area */
.about-content-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Heading and text */
.about-get-in-touch {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #333;
}

.about-main-heading {
    font-size: 28px;
    font-weight: bold;
    color: #111;
    margin: 10px 0 20px;
    line-height: 1.4;
}

/* Contact button */
.about-contact-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #ff6600;
    border-radius: 5px;
    overflow: hidden;
    width: fit-content;
}

.about-contact-icon {
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 18px;
}

.about-contact-number {
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}


/* Main Wrapper */
.about-mission-vision-wrapper {
    background-color: #b3b3b3;
    padding: 50px 20px;
    display: flex;
    justify-content: center;
}

/* Container */
.about-mission-vision-container {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    width: 100%;
    justify-content: center;
}

/* Common Box Styles */
.about-mission-box,
.about-vision-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    flex: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

/* Hover Animation */
.about-mission-box:hover,
.about-vision-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Icon Styles */
.about-mission-icon,
.about-vision-icon {
    font-size: 32px;
    color: #ff6600;
    margin-bottom: 10px;
}

/* Title Styles */
.about-mission-title,
.about-vision-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Text Styles */
.about-mission-text,
.about-vision-text {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

/* Full-width background section with background image */
.homepage-consultation-section {
    width: 100%;
    background-color: #f5f5f5; /* Background color if image fails to load */
    background-image: url('./images/course-img.jpg'); /* यहाँ actual image URL डालें */
    background-repeat: no-repeat;
    background-size: cover; /* पूरे area में fit करने के लिए */
    background-position: center;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

/* Inner container to center the content */
.homepage-consultation-wrapper {
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

/* Heading */
.homepage-consultation-heading {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

/* Button */
.homepage-consultation-button {
    display: inline-block;
    background-color: #f36b21;
    width: 300px;
    height: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform:capitalize ;
    padding: 16px 20px;
    border-radius: 15px 0 15px 0px;
    text-decoration: none;
    margin-bottom: 15px;
    transition: background-color 0.3s;
}

.homepage-consultation-button:hover {
    background-color: #000000;
}

/* Responsive for smaller devices */
@media (max-width: 768px) {
    .homepage-consultation-heading {
        font-size: 22px;
    }
}


/* Full background wrapper */
.home-feature-section {
    width: 100%;
    background-color: #c4c4c4; /* Background color same as image */
    padding: 60px 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

/* Inner container */
.home-feature-container {
    display: flex;
    gap: 20px;
    max-width: 1200px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

/* Individual feature card */
.home-feature-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Icon area */
.home-feature-icon i {
    font-size: 40px;
    color: #f36b21; /* Orange color */
    margin-bottom: 10px;
}

/* Title */
.home-feature-title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin: 0;
}

/* Description text */
.home-feature-text {
    font-size: 16px;
    color: #555;
    margin: 5px 0 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .home-feature-container {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .home-feature-card {
        flex: 1 1 100%;
    }
}

.home-practice-areas {
    width: 100%;
    background-color: #eae8e8;
    padding: 50px 0;
    text-align: center;
    box-sizing: border-box;
}

.home-practice-areas-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.home-practice-title {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000;
}

.home-practice-divider i {
    font-size: 24px;
    color: #f36b21;
    margin-bottom: 30px;
}

.home-practice-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.home-practice-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.home-practice-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.home-practice-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.practice-box {
    padding: 10px 10px;
}
.home-practice-card h3 {
    font-size: 20px;
    margin: 15px 0 20px;
    color: #000;
    font-weight: 600;
}

.home-practice-button {
    display: inline-block;
    background-color: #f36b21;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform:capitalize ;
    padding: 8px 16px;
    border-radius: 15px 0 15px 0px;
    text-decoration: none;
    margin-bottom: 15px;
    transition: background-color 0.3s;
}

.home-practice-button:hover {
    background-color: #000000;
}

.home-practice-all-button {
    margin-top: 20px;
}

.home-practice-view-all {
    display: inline-block;
    background-color: #f36b21;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 13px 26px;
    border-radius: 15px 0 15px 0px;
    text-decoration: none;
    margin-bottom: 15px;
    transition: background-color 0.3s;
}

.home-practice-view-all:hover {
    background-color: #000000;
}

/* Responsive */
@media (max-width: 768px) {
    .home-practice-cards {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}


/* Section Styling */
.why-choose-us {
    padding: 60px 20px;
    background-color: #f8f9fa;
    text-align: center;
}

/* Heading */
.why-choose-us .main-head {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
}

.why-choose-us .main-head::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #ff6b00;
    margin: 10px auto 0;
}

/* Card Wrapper - Flexbox Grid */

/* Card - Flex Container to Stretch Inner Content */
.service-choose-box {
    display: flex;
    flex-direction: column; /* Stack icon, title, text */
    justify-content: space-between; /* Ensures good spacing */
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    height: calc(100% - 50px) /* Ensures all cards match height */
}

/* Hover Effect */
.service-choose-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* Icon */
.img-web-chose {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.img-web-chose img {
    max-width: 80px;
    height: auto;
    transition: transform 0.3s ease;
}

/* Slight Image Scale on Hover */
.service-choose-box:hover .img-web-chose img {
    transform: scale(1.05);
}

/* Title */
.chose--head-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

/* Text */
.shrt--web-contnt {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1; /* Makes sure content stretches nicely if needed */
}

/* Responsive - 2 Cards in Tablet */

/* 1 Card in Mobile */

.service-choose-box {
    margin-bottom: 50px;
    text-align: center;
}
.chose--head-title {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
}
.img-web-chose {
    max-width: 120px;
    margin: 20px auto;
}
.shrt--web-contnt {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 18px;
    text-align: justify;
}
.mult-webcompnay {
    padding-top: 80px;
    padding-bottom: 80px;
}
.work-titlemain-with {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.work-content--disc p {
    font-size: 18px;
    text-align: justify;
}

.help-section {
    padding: 80px 0;
}
.main-head {
    font-size: 29px;
    font-weight: 600;
}
.content--main-wrap p {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 32px;
}
.help-txtweb h3 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 0;
}

.column-client-web {
    text-align: center;
}
.column-client-web .num-txt-head {
    margin-bottom: 10px;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
}
.head-mnt {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    letter-spacing: .5px;
    display: block;
}
.our-work-service {
    padding: 80px 0 50px;
}
.work-serv--web {
    text-align: center;
    margin: 0 auto 50px;
}
.wrk-w-img {
    max-width: 100px;
}
.work-serv--web .head-wrk {
    margin: 15px 0;
    font-size: 22px;
    font-weight: 700;
}
.sht--disc-wrk {
    font-size: 18px;
    margin-bottom: 0;
}
.other-webconsult {
    padding: 80px 0 30px;
}
.card-box-conslt {
    background-color: #e6e6e6;
    min-height: calc(100% - 50px);
    margin: 0 auto 50px;
    padding: 30px 30px;
    text-align: center;
    border-radius: 30px;
}
.head-const-wig {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}
.img-webconst {
    max-height: 135px;
}
.short-disc-conslt {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}
.our--aproach-sec {
    background-color: #000;
    padding: 80px 0;
}
.listweb-aproch {
    padding: 20px 15px 10px;
    border: 1px dashed #cbcbcb;
}
.listweb-aproch li {
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 400;
}
.testimonial {
    padding: 80px 0;
}
.content-testimon--ways {
    text-align: center;
    background-color: #ddd;
    padding: 50px;
}
.userimg--client {
    text-align: center;
    margin-bottom: 20px;
}
.userimg--client img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.name-wigt-testmnl {
    font-size: 24px;
    margin-bottom: 20px;
}
.disc--webtest {
    font-size: 18px;
    margin-bottom: 0;
}
.bullet-icon-web button {
    background-color: #000!important;
    width: 12px!important;
    height: 12px!important;
    border-radius: 50%
}






/* Contact Form Captcha Start*/
.contact-form-container {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-input, .contact-textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.captcha-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}

.captcha-container span {
    color: #000000;
}

.btn-refresh-captcha {
    background-color: #000000;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}

.btn-submit-wp {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.btn-submit-wp:hover, .btn-refresh-captcha:hover {
    opacity: 0.8;
}
/* Contact Form Captcha End*/




.service-form-layt {
    padding: 50px 0;
}

.service-head-form h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.captcha-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.captcha-container span {
    color: #000000;
}

.contact-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
}

.btn-refresh-captcha {
    background-color: #000000;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}

.btn-submit-wp {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.btn-submit-wp:hover, .btn-refresh-captcha:hover {
    opacity: 0.8;
}



/* Hide button initially */
#scrollBtn {
  display: none;
}

/* Hide button initially */
#scrollBtn {
  display: none;
}

/* Scroll to Top Button Styling */
.btn.top-arrow-btn {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border: none;
  background-color: black;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px; /* Optional: for slight rounding */
  border: 2px solid white;
}

.btn.top-arrow-btn:hover,
.btn.top-arrow-btn:active {
  opacity: 1;
  color: white;
  background-color: #222; /* Darker on hover */
}

.btn.top-arrow-btn:focus {
  box-shadow: none;
  outline: none;
}

/* Icon Styling */
.btn.top-arrow-btn i {
  font-size: 25px;
  rotate: 0deg; /* No rotation */
}


