
 

 /*Footer Style*/
 .footer {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #070617;
}
.footer .col {
  width: 190px;
  height: auto;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 20px 20px;
}
.footer .col h1 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: rgba(255,255,255,0.2);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.250em;
}
.footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .col ul li {
  color: #999999;
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}
.social ul li {
  display: inline-block;
  padding-right: 5px !important;
}

.footer .col ul li:hover {
  color: #ffffff;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
}
.clearfix {
  clear: both;
}
@media only screen and (min-width: 1280px) {
  .contain {
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1139px) {
  .contain .social {
    width: 1000px;
    display: block;
  }
  .social h1 {
    margin: 0px;
  }
}
@media only screen and (max-width: 950px) {
  .footer .col {
    width: 33%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
    .footer .col {
      width: 50%;
    }
    .footer .col h1 {
      font-size: 14px;
    }
    .footer .col ul li {
      font-size: 13px;
    }
}
@media only screen and (max-width: 340px) {
  .footer .col {
    width: 100%;
  }
}



/*new style*/
		
		.topBanner {
		    margin-bottom: 15px;
		}

        .captionServiceMera h1 {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 30px;
        }
        
        .services_individual {
            background: white;
            border-radius: 8px;
            padding: 20px 15px;
            margin-bottom: 20px;
            text-align: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            height: 11rem;
            border-top: 4px solid #4CAF50;
        }
        
        .services_individual:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        }
        
        .services_individual.one_brd { border-top-color: #4CAF50; }
        .services_individual.two_brd { border-top-color: #2196F3; }
        .services_individual.three_brd { border-top-color: #FF9800; }
        .services_individual.four_brd { border-top-color: #9C27B0; }
        .services_individual.five_brd { border-top-color: #009688; }
        .services_individual.six_brd { border-top-color: #FF5722; }
        .services_individual.seven_brd { border-top-color: #607D8B; }
        .services_individual.eight_brd { border-top-color: #795548; }
        
        .services_individual img {
            width: 60px;
            height: 60px;
            margin-bottom: 15px;
        }
        
        .services_individual h3 {
            font-size: 16px;
            font-weight: 600;
            color: #2d3748;
            /*margin: 0;*/
        }
        
        .test_a_link {
            color: inherit;
            text-decoration: none;
        }
        
        .test_a_link:hover {
            text-decoration: none;
        }
        
        .register-form-wrapper {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            border-top: 5px solid #e74c3c;
        }
        
        .register-form-wrapper h3 {
            color: #2c3e50;
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .register-form-wrapper p {
            color: #7f8c8d;
            margin-bottom: 25px;
            font-size: 15px;
        }
        
        .register-form {
            text-align: left;
        }
        
        .register-input {
            width: 100%;
            padding: 12px 15px;
            margin-bottom: 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 15px;
            transition: all 0.3s;
        }
        
        .register-input:focus {
            border-color: #3498db;
            outline: none;
            box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
        }
        
        .register-submit {
            background: #e74c3c;
            color: white;
            border: none;
            padding: 14px;
            width: 100%;
            border-radius: 5px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s;
        }
        
        .register-submit:hover {
            background: #c0392b;
        }
        
        .padding-top-40 {
            padding-top: 40px !important;
        }
        
        .margin-top-20 {
            margin-top: 20px !important;
        }
        
        @media (max-width: 768px) {
            .captionServiceMera h1 {
                font-size: 26px;
                text-align: center;
            }
            
            .register-form-wrapper {
                margin-top: 30px;
            }
        }



              .custom_mera_head {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .custom_mera_head h3 {
            font-size: 36px;
            font-weight: 700;
            color: #2c3e50;
            position: relative;
            display: inline-block;
            padding-bottom: 15px;
        }
        
        .custom_mera_head h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #3498db, #2ecc71);
            border-radius: 2px;
        }
        
        /* Split Layout */
        .split-layout {
            display: flex;
            flex-wrap: wrap;
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            min-height: 500px;
        }
        
        /* Left Side - Tabs */
        @media (max-width: 768px) {
        	.tabs-sidebar {
        		width: 100% !important;
        	}
        	.content-side {
        		width: 100% !important;
        	}
        }
        @media (min-width: 1366px) {
        	.tabs-sidebar {
        		width: 20% !important;
        	}
        	.content-side {
        		width: 80% !important;
        	}
        }
        @media (min-width: 769px) and (max-width: 1365px) {
        	.tabs-sidebar {
        		width: 30% !important;
        	}
        	.content-side {
        		width: 70% !important;
        	}
        }
        .tabs-sidebar {
            background: linear-gradient(135deg, #2c3e50, #34495e);
            padding: 30px 0;
        }
        
        .tab-nav {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .tab-item {
            margin-bottom: 5px;
        }
        
        .tab-link {
            display: flex;
            align-items: center;
            padding: 18px 25px;
            color: #ecf0f1;
            text-decoration: none;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s ease;
            border-left: 4px solid transparent;
            position: relative;
            overflow: hidden;
        }
        
        .tab-link:hover {
            background: rgba(255, 255, 255, 0.05);
            color: white;
            border-left-color: #3498db;
            padding-left: 30px;
        }
        
        .tab-link.active {
            background: rgba(52, 152, 219, 0.15);
            color: white;
            border-left-color: #3498db;
            box-shadow: inset 0 0 20px rgba(52, 152, 219, 0.1);
        }
        
        .tab-link.active::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: #3498db;
        }
        
        .tab-icon {
            width: 40px;
            font-size: 20px;
            text-align: center;
            margin-right: 15px;
        }
        
        /* Right Side - Content */
        .content-side {
            padding: 30px;
            overflow-y: auto;
            max-height: 700px;
        }
        
        .tab-content {
            display: none;
            animation: fadeIn 0.5s ease;
        }
        
        .tab-content.active {
            display: block;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        /* Service Cards */
        .service-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid #e9ecef;
        }
        
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .service-card-header {
            padding: 20px;
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            border-bottom: 1px solid #e9ecef;
        }
        
        .service-card-header h3 {
            font-size: 18px;
            font-weight: 700;
            color: #2c3e50;
            margin: 0;
            line-height: 1.3;
        }
        
        .service-card-body {
            padding: 20px;
        }
        
        .service-card-body p {
            color: #555;
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 15px;
            height: 120px;
            overflow: hidden;
        }
        
        .service-price {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            padding: 10px 15px;
            background: #f8f9fa;
            border-radius: 6px;
            border-left: 3px solid #2ecc71;
        }
        
        .service-price h4 {
            font-size: 20px;
            font-weight: 700;
            color: #2c3e50;
            margin: 0;
        }
        
        .service-price span {
            font-size: 13px;
            color: #7f8c8d;
            margin-left: 8px;
        }
        
        .service-btn {
            display: inline-block;
            padding: 10px 25px;
            background: linear-gradient(135deg, #3498db, #2ecc71);
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            text-align: center;
            width: 100%;
        }
        
        .service-btn:hover {
            color: white;
            text-decoration: none;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
        }
        
        /* Responsive */
        @media (max-width: 992px) {
            
            .tabs-sidebar {
                width: 100%;
                padding: 20px 0;
            }
            
            .content-side {
                width: 100%;
                max-height: none;
            }
            
            .tab-nav {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }
            
            .tab-item {
                flex: 1;
                min-width: 120px;
                margin-bottom: 0;
            }
            
            .tab-link {
                padding: 15px 10px;
                justify-content: center;
                text-align: center;
                border-left: none;
                border-bottom: 3px solid transparent;
            }
            
            .tab-link:hover,
            .tab-link.active {
                border-left: none;
                border-bottom-color: #3498db;
                padding-left: 10px;
            }
            
            .tab-link.active::before {
                display: none;
            }
            
            .tab-icon {
                margin-right: 0;
                margin-bottom: 5px;
                width: 100%;
            }
            
            .tab-link span {
                display: block;
                font-size: 13px;
            }
        }
        
        @media (max-width: 768px) {
            .service-card-body p {
                height: 100px;
            }
            
            .service-card-header h3 {
                font-size: 16px;
            }
        }


                /* About Section */
        .meraprofit_about {
            padding: 60px 0;
            background: #fff;
        }
        
        .custom_mera_head {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .custom_mera_head h3 {
            font-size: 32px;
            font-weight: 700;
            color: #2c3e50;
            position: relative;
            display: inline-block;
            padding-bottom: 15px;
        }
        
        .custom_mera_head h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #e74c3c, #c0392b);
            border-radius: 2px;
        }
        
        .mera_about_inside {
            padding-right: 30px;
        }
        
        .mera_about_inside p {
            font-size: 16px;
            color: #555;
            margin-bottom: 20px;
            text-align: justify;
        }
        
        .mera_about_img {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
        }
        
        .mera_about_img img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        /* Why MeraProfit Section */
        .why_meraprofit {
            padding: 60px 0;
            background: #f1faff;
        }
        
        .why_meraprofit_top {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 40px;
        }
        
        .why_meraprofit_top p {
            font-size: 18px;
            color: #555;
            font-style: italic;
        }
        
        .why_mera_in {
            background: white;
            padding: 30px 20px;
            border-radius: 10px;
            text-align: center;
            margin-bottom: 30px;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            border-top: 4px solid #e74c3c;
        }
        
        .why_mera_in:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(231, 76, 60, 0.15);
        }
        
        .why_mera_in img {
            width: 70px;
            height: 70px;
            margin-bottom: 20px;
        }
        
        .why_mera_in h3 {
            font-size: 20px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 15px;
        }
        
        .why_mera_in p {
            font-size: 14px;
            color: #666;
            margin-bottom: 0;
        }
        
        .why_meraprofit a {
            color: inherit;
            text-decoration: none;
        }
        
        .why_meraprofit a:hover {
            text-decoration: none;
        }
        

        /* Responsive Design */
        @media (max-width: 992px) {
            .mera_about_inside {
                padding-right: 0;
                margin-bottom: 30px;
            }
            
            .custom_mera_head h3 {
                font-size: 28px;
            }
            
           
            
           
        }
        
        @media (max-width: 768px) {
            .meraprofit_about,
            .why_meraprofit,
            .cliets_area {
                padding: 40px 0;
            }
            
            .custom_mera_head h3 {
                font-size: 24px;
            }
            
            .why_mera_in {
                padding: 20px 15px;
            }
            
            .why_mera_in img {
                width: 50px;
                height: 50px;
            }
            
           
        }
        
        @media (max-width: 576px) {
            .why_mera_in h3 {
                font-size: 18px;
            }
            
            .item {
                height: 180px;
                padding: 15px;
            }
            
            .item img {
                max-width: 80px;
                height: 50px;
            }
        }

        /* Clients Area */
        .cliets_area {
            background: #fff;
            padding: 45px 0 45px 0;
        }
        
        /* Carousel Container */
        .inside_slider {
            width: 100%;
            overflow: hidden;
        }
        
        /* Carousel Item Styling - Exact Match to Image */
        .item {
            width: 200px !important;
            height: 160px;
            background: white;
            padding: 20px 15px;
            margin: 0 10px;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            border: 1px solid #e0e0e0;
        }
        
        /* Logo Text Styling */
        .logo-text {
            font-weight: 700;
            margin-bottom: 8px;
            line-height: 1.2;
        }
        
        .logo-text.large {
            font-size: 32px;
            color: #d32f2f;
        }
        
        .logo-text.medium {
            font-size: 24px;
            color: #1976d2;
        }
        
        .logo-text.small {
            font-size: 20px;
            color: #388e3c;
        }
        
        /* Caption Styling */
        .clients_caption {
            margin-top: 5px;
        }
        
        .clients_caption p {
            margin: 0;
            padding: 0;
            font-size: 12px;
            color: #333;
            line-height: 1.3;
        }
        
        .clients_caption p.main {
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 2px;
        }
        
        /* Specific Item Styles */
        .item:nth-child(1) {
            border-top: 3px solid #d32f2f;
        }
        
        .item:nth-child(2) {
            border-top: 3px solid #1976d2;
        }
        
        .item:nth-child(3) {
            border-top: 3px solid #388e3c;
        }
        
        .item:nth-child(4) {
            border-top: 3px solid #f57c00;
        }
        
        .item:nth-child(5) {
            border-top: 3px solid #388e3c;
        }
        
        .item:nth-child(6) {
            border-top: 3px solid #388e3c;
        }
        
        .item:nth-child(7) {
            border-top: 3px solid #388e3c;
        }
        
        .item:nth-child(8) {
            border-top: 3px solid #d32f2f;
        }
        
       
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .item {
                width: 180px !important;
                height: 150px;
            }
            
            .logo-text.large {
                font-size: 28px;
            }
            
            .logo-text.medium {
                font-size: 22px;
            }
        }
        
        @media (max-width: 576px) {
            .item {
                width: 160px !important;
                height: 140px;
                padding: 15px 10px;
            }
            
            .clients_caption p {
                font-size: 11px;
            }
            
            .clients_caption p.main {
                font-size: 13px;
            }
        }

                /* FAQ Header */
        .custom_mera_head {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .custom_mera_head h3 {
            font-size: 28px;
            font-weight: 600;
            color: #333;
            margin-bottom: 0;
            padding-bottom: 15px;
            position: relative;
        }
        
        .custom_mera_head h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background-color: #e74c3c;
        }
        
        /* FAQ Accordion */
        .faqs_qa_inside {
            margin-bottom: 30px;
        }
        
        .all-inside-faq {
            background: #fff;
            border-radius: 0;
            box-shadow: none;
        }
        
        /* Panel Styling */
        .panel {
            border: 1px solid #ddd;
            border-radius: 4px;
            margin-bottom: 15px;
            background: #fff;
        }
        
        .panel-default {
            border-color: #ddd;
        }
        
        .panel-heading {
            padding: 0;
            border-bottom: 0;
            background: #fff;
        }
        
        .panel-title {
            margin: 0;
        }
        
        .panel-title a {
            display: block;
            padding: 15px 20px;
            color: #333;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            position: relative;
            background: #fff;
        }
        
        .panel-title a:not(.collapsed) {
            background: #f9f9f9;
            border-bottom: 1px solid #ddd;
        }
        
        .panel-title a:hover {
            text-decoration: none;
            color: #e74c3c;
        }
        
        /* Plus/Minus Icons */
        .icon_size_n {
            position: relative;
            padding-left: 40px !important;
        }
        
        .more-less {
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            transition: all 0.3s ease;
        }
        
        .faq_minus::before {
            content: '−';
            font-size: 24px;
            font-weight: 400;
            color: #e74c3c;
            line-height: 1;
        }
        
        .faq_plus::before {
            content: '+';
            font-size: 24px;
            font-weight: 400;
            color: #666;
            line-height: 1;
        }
        
        /* Panel Body */
        .panel-collapse {
            border-top: 1px solid #ddd;
        }
        
        .panel-body {
            padding: 20px;
            background: #fff;
        }
        
        .inside_pane {
            padding: 0;
        }
        
        .inside_pane p {
            margin-bottom: 15px;
            color: #555;
            font-size: 15px;
        }
        
        /* List Styling */
        .list_inners_p {
            padding-left: 20px;
        }
        
        .list_inners_p ol {
            margin: 0;
            padding-left: 20px;
            color: #555;
        }
        
        .list_inners_p li {
            margin-bottom: 8px;
            font-size: 15px;
            line-height: 1.5;
        }
        
        /* Checkbox styling for empty checkboxes */
        .empty-checkbox {
            display: inline-block;
            width: 18px;
            height: 18px;
            border: 2px solid #999;
            border-radius: 3px;
            margin-right: 10px;
            vertical-align: middle;
        }
        
        /* Divider styling */
        .divider {
            height: 1px;
            background: #ddd;
            margin: 20px 0;
            width: 100%;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .custom_mera_head h3 {
                font-size: 24px;
            }
            
            .panel-title a {
                padding: 12px 15px 12px 40px;
                font-size: 15px;
            }
            
            .icon_size_n {
                padding-left: 35px !important;
            }
            
            .more-less {
                left: 15px;
            }
        }
        
        @media (max-width: 576px) {
            .container {
                padding: 0 10px;
            }
            
            .custom_mera_head h3 {
                font-size: 22px;
            }
            
            .panel-title a {
                font-size: 14px;
            }
            
            .inside_pane p,
            .list_inners_p li {
                font-size: 14px;
            }
        }

        .Featured_Services {
    background: #f1faff;
    padding: 60px 0 60px 0;
}

.faqs_qa {
    padding: 60px 0;
    /*background: #f1faff;*/
}
.testimonial{
	background: #f1faff;
}

.bg-light{
	background: #fff !important;
}

.dropdown-title {
    background-color: #2243ac;
    padding: 8px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    width: 100%;
    border-radius: 6px;
}
.dropdown-items li {
       list-style-type: disclosure-closed;
    text-align: left;
    margin-top: 11px;
    font-size: 19px;
}

.dropdown-group {
    box-shadow: 0px 4px 4px 4px #607d8b36;
    border-radius: 6px;
    padding: 2px;
}

.dropdown-menu{
	background: none !important;
}
.containersec {
    background-color: #ececec;
    padding: 0px 11px 21px 11px;
    border-radius: 0px 0px 11px 11px;
}

        .services-section {
            background-color: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            margin: 2rem auto;
        }
        
        .services-section h2 {
            color: #1a3a8f;
            font-weight: 700;
            padding: 1.5rem 2rem;
            margin: 0;
            border-bottom: 1px solid #eee;
            background-color: #f8f9fa;
        }
        
        .services-container {
            display: flex;
            min-height: 600px;
        }
        
        .category-tabs {
            width: 280px;
            background-color: #f8f9fa;
            border-right: 1px solid #eee;
            padding: 0;
        }
        
        .category-tab {
            display: block;
            padding: 1.2rem 1.5rem;
            border: none;
            background: none;
            text-align: left;
            width: 100%;
            font-weight: 600;
            color: #555;
            border-left: 4px solid transparent;
            transition: all 0.3s;
            cursor: pointer;
            font-size: 1rem;
        }
        
        .category-tab:hover {
            background-color: #e9ecef;
            color: var(--primary-color);
        }
        
        .category-tab.active {
            background-color: white;
            color: var(--primary-color);
            border-left: 4px solid var(--secondary-color);
        }
        
        .tab-content-area {
            flex: 1;
            padding: 2rem;
            background-color: white;
        }
        
        .tab-content {
            display: none;
            animation: fadeIn 0.5s ease;
        }
        
        .tab-content.active {
            display: block;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .service-title {
            color: var(--primary-color);
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            padding-bottom: 0.75rem;
            border-bottom: 2px solid #f0f0f0;
        }
        
        /* Business Formation specific styles */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 1.5rem;
            margin-bottom: 2rem;
        }
        
        .service-card {
            background-color: #f8f9ff;
            border-radius: 12px;
            padding: 1.5rem;
            border: 1px solid #e6e9ff;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }
        
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .service-title {
            color: #1a3a8f;
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 1rem;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid rgba(255, 107, 0, 0.2);
        }
        .tab-content-area h4{
        	 color: #1a3a8f;
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 1rem;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid rgba(255, 107, 0, 0.2);
        }
        
        .service-card p {
            color: #555;
            line-height: 1.6;
            margin-bottom: 1.5rem;
            font-size: 1rem;
        }
        
        .btn-get-started {
            background-color: #ff6b00;
            color: white;
            font-weight: 600;
            padding: 0.75rem 1.5rem;
            border: none;
            border-radius: 6px;
            transition: all 0.3s;
            font-size: 0.95rem;
            cursor: pointer;
            width: 100%;
        }
        
        .btn-get-started:hover {
            background-color: #e05a00;
            transform: translateY(-2px);
        }
        
        /* Form styles for other tabs */
        .service-list {
            list-style-type: none;
            padding-left: 0;
            margin-bottom: 1.5rem;
        }
        
        .service-list li {
            padding: 0.75rem 0;
            border-bottom: 1px dashed #eee;
            font-weight: 500;
            color: #444;
        }
        
        .service-list li:last-child {
            border-bottom: none;
        }
        
        .service-list li i {
            color: var(--secondary-color);
            margin-right: 10px;
            width: 24px;
        }
        
        .service-description {
            color: #555;
            margin-bottom: 1.5rem;
            line-height: 1.6;
            font-size: 1.05rem;
        }
        
        .tab-content-wrapper {
            display: flex;
            gap: 2rem;
        }
        
        .tab-content-left {
            flex: 1;
            min-width: 0; /* Prevents flex item from overflowing */
        }
        
        .tab-content-right {
            width: 380px;
            flex-shrink: 0;
        }
        
        .service-form-box {
            background-color: var(--light-bg);
            padding: 1.8rem;
            border-radius: 12px;
            border: 1px solid #e0e0e0;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            height: 100%;
        }
        
        .service-form-box h4 {
            color: var(--primary-color);
            margin-bottom: 1.5rem;
            font-weight: 700;
            font-size: 1.3rem;
            text-align: center;
        }
        
        .form-group {
            margin-bottom: 1.2rem;
        }
        
        .form-control {
            padding: 0.85rem 1rem;
            border: 1px solid #d1d5e8;
            border-radius: 8px;
            font-size: 1rem;
            transition: all 0.3s;
            width: 100%;
        }
        
        .form-control:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.2rem rgba(26, 58, 143, 0.15);
        }
        
        .btn-submit-form {
            background: linear-gradient(90deg, var(--secondary-color) 0%, #e05a00 100%);
            color: white;
            font-weight: 700;
            padding: 0.9rem 2rem;
            border: none;
            border-radius: 8px;
            width: 100%;
            font-size: 1rem;
            transition: all 0.3s;
            cursor: pointer;
            margin-top: 0.5rem;
        }
        
        .btn-submit-form:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 107, 0, 0.2);
        }
        
        .form-note {
            font-size: 0.85rem;
            color: #666;
            text-align: center;
            margin-top: 1rem;
        }
        
        @media (max-width: 992px) {
            .services-container {
                flex-direction: column;
            }
            
            .category-tabs {
                width: 100%;
                border-right: none;
                border-bottom: 1px solid #eee;
                display: flex;
                overflow-x: auto;
            }
            
            .category-tab {
                border-left: none;
                border-bottom: 4px solid transparent;
                white-space: nowrap;
                min-width: fit-content;
            }
            
            .category-tab.active {
                border-left: none;
                border-bottom: 4px solid var(--secondary-color);
            }
            
            .tab-content-wrapper {
                flex-direction: column;
            }
            
            .tab-content-right {
                width: 100%;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
            }
        }
        
        @media (max-width: 768px) {
            .services-section h2 {
                padding: 1.2rem 1.5rem;
                font-size: 1.5rem;
            }
            
            .tab-content-area {
                padding: 1.5rem;
            }
            
            .service-form-box {
                padding: 1.5rem;
            }
            
            .service-card {
                padding: 1.2rem;
            }
        }

        @media (min-width: 1024px) {
    .header-section {
    padding-top: 9rem;
}
}

.newBtns {
    background: #ff6b00;
    color: white;
    font-weight: 700;
    padding: 0.9rem 2.5rem;
    border: none;
    border-radius: 8px;
    width: 100%;
    font-size: 1.1rem;
    transition: all 0.3s;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.callback-form{
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
}

.header-section h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 57px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.header-section {
    width: 100%;
    display: inline-block;
    min-height: 553px;
    margin-top: 0px;
    background-image: url("/images/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom:3rem;
}

.form-control:disabled, .form-control:read-only{
	background-color: #fff !important;
}

