.contact-section {
    background-image: linear-gradient(to right, #1a0000, #4d0000, #800000, #b30000);
    padding: 10px 0;
    margin: 20px 0 0;
	border-radius: 12px;
}

.contact-section .d-flex {
    display: flex
;
    align-items: center;
    margin: 0px 15px;
    /* gap: 10px; */
    padding: 8px 20px;
    position: relative;
}

.dfirst{
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 40px;
    background: #fff;
}
.p-0{
    padding: 0 !important;
}

.contact-section .fa-whatsapp {
    color: #25D366;
    font-size: 24px;
}

.contact-section a {
    background-color: #ffffff;
    padding: 2px 0;  
  
}

.dfirst a{
color: #c22725;
}
.dfirst a:hover {
	color: #000000;
}

.contact-section a:hover {
    color: #000000;
}

.contact-section .contactnow {
    background-color: #c22725;
	border: 1px solid #c22725;
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 40px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.contact-section .d-flex span{
	display: inline-block;
	margin-right: 8px;
}

.contact-section .contactnow:hover {
    background-color: #ffffff;
    color: #c22725;
}
.contact-details{
	align-items: center;
	justify-content: center;
}

/* 2 */
.pad60{
	padding: 60px 0
}

 .ourusp-data{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
 }
 .ourusp-data li{
    width: 32%;
    /* background: #fff; */
    padding: 24px;
    display: flex;
    margin: 15px 0px;    
    border-radius: 12px;
    text-align: center;
    justify-content: center;
    border: 1px solid #0000008d;
    flex-direction: column;
    
    transition: all 0.5s ease;
 }
 
 .ourusp-data li:hover{
     transform: scale(1.05);
     background: #c22725;
 }
 
 .ourusp-data li span{
    line-height: 2.4rem;
    transition: all 0.5s ease;
 }
 
 .ourusp-data li:hover span{
    color:#fff;
 }
 
 .ourusp-data li i{
    width: 50px;
    height: 50px;
    background-color: #c22725;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    font-size: 15px;
    color: #fff;
    margin: 0 auto 14px;
    border-radius: 100%;
    transition: all 0.5s ease;
 }
 
 .ourusp-data li:hover i{
     background: #fff;
     color: #c22725;
 }
 
 .ups-main{
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
 }
 .ups-main .section-title-container{
    margin-bottom: 5px;
 }


		.h2{
			margin:0;
			color: #000000 !important;
			font-family: Montserrat;
    		font-size: 30px;
			font-weight: bold;
			position: relative;
			display: inline-block;
		}
		.h2 span{
		    color:#c22725;
		}
		/*.h2::before {*/
		/*	content: "";*/
  /*  position: absolute;*/
  /*  left: 0;*/
  /*  right: 0;*/
  /*  margin: auto;*/
  /*  bottom: -8px;*/
  /*  width: 56px;*/
  /*  height: 2px;*/
  /*  background-color: #000000;*/
  /*  border-radius: 2px;*/
		/*}*/
		
		
		.recog1{
		    border: 1px solid #000;
    padding: 15px;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 250px;
		}
		.recog1 img{
		    height: 100%;
		}
		
		.jc{
		    justify-content: center;
		}
		
		
		
		.awards-1{
		    display: flex;
		    align-content: center;
		    padding: 12px;
		    
		    height: 100%;
		   
		}
		.awards-3{
		    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
		}
		.jc{
		    margin-top: 30px;
		}
		
		.awards-3 h3{
		    font-size: 26px;
            margin-bottom: 20px;
            
		}
		
		.awards-3 p{
		    font-size: 16px;
            margin-bottom: 2px !important;
		}
		
		.awards-3 span{
		    font-size: 11px;
            color: #ffffff8c;
		}
		
		.awards-0 .slick-slide div{
		    height: 100%;
		    width: 100%;
		}
	
	.awards-0 .slick-slide{
  background-color: #000;
  color: #FFF;
  margin: 0 15px 0 0;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
}
.slick-dots{
    bottom: -35px;
}
.awards-0 .slick-slide,
.awards-0 .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.9, 0.9);
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.awards-0 .slick-center,
.awards-0 .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1);
   background-color: #b32532;
}
.awards-0 .slick-current.slick-active{
  transform: scale(1);
   background-color: #b32532;
}

.awards-2 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
       

       

        @media (max-width: 767.98px) { /* Bootstrap's 'md' breakpoint */
            .col-md-4 {
                margin-bottom: 20px;
            }
            .col-md-4:last-child {
                margin-bottom: 0;
            }
        }



		/*  */
.expertise-section {
            padding: 60px 0;
            background-color: #ffffff; /* White background for the section itself */
        }

        .section-title-container {
            position: relative;
    margin-bottom: 20px;
    /*padding: 20px 0px 30px;*/
        }

        

        /* Lines above and below the title */
        /*.section-title-container::before,*/
        /*.section-title-container::after {*/
        /*    content: '';*/
        /*    position: absolute;*/
        /*    left: 50%;*/
        /*    transform: translateX(-50%);*/
        /*    height: 0.5px;*/
        /*    background-color: #00000033;*/
        /*    width: 80%;*/
        /*    max-width: 700px; */
        /*}*/
        /*.section-title-container::before {*/
        /*    top: 0px; */
        /*}*/
        /*.section-title-container::after {*/
        /*    bottom: 0px; */
        /*}*/
        /* If you prefer the bottom line directly under the text like in image */
        


        .expertise-card {
            background-color: #f8f9fa; /* Very slightly off-white, or #fff if preferred */
            border: 1px solid #eeeeee31;
            border-radius: 8px;
            padding: 30px 25px;
            text-align: center;
            height: 100%; /* Makes cards in a row equal height */           
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            display: flex;
            flex-direction: column;
            justify-content: space-between; /* Pushes button to bottom if content varies */
            opacity: 0; /* For animation */
            transform: translateY(20px); /* For animation */
        }
        
        .expertise-card-l{
            background: #c22725;
        }
        .expertise-card-l .dflex{
            height: 100%;
            align-items: center;
        }
        
        .expertise-card-l .dflex p{
            font-size: 20px;
            color: #fff;
        }
        

        .expertise-card.animate {
            opacity: 1;
            transform: translateY(0);
        }

        .expertise-card:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .icon-wrapper {
            margin-bottom: 20px;
            display: inline-block; /* To center the SVG properly */
        }
        .icon-wrapper img{
            width: 60px;
        }

        .expertise-icon {
            width: 70px; /* Adjust size as needed */
            height: 70px;
        }

        .expertise-card h3 {
            font-size: 20px;
            font-weight: 600;
            color: #333;
            margin-bottom: 15px;
        }

        .expertise-card p {
            font-size: 15px;
            color: #555;
            line-height: 1.6;
            margin-bottom: 25px;
            flex-grow: 1; /* Allows paragraph to take available space */
        }

        .btn-custom-primary {
            background-color: #c22725; /* Blue from image */
            border-color: #c22725;
            color: white;
            padding: 10px 25px;
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            border-radius: 25px; /* Pill shape */
            transition: background-color 0.3s ease, border-color 0.3s ease;
            letter-spacing: 0.5px;
        }

        .btn-custom-primary:hover {
            background-color: #fff; /* Darker blue on hover */
            border-color: #c22725;
            color: #c22725;
        }


		.btn-custom-primary2 {
            background-color: #ffffff; /* Blue from image */
            border-color: #c22725;
            color: #c22725;
            padding: 10px 25px;
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            border-radius: 25px; /* Pill shape */
            transition: background-color 0.3s ease, border-color 0.3s ease;
            letter-spacing: 0.5px;
        }

        .btn-custom-primary2:hover {
            background-color: #c22725; /* Darker blue on hover */
            color: #ffffff;
        }

		.dflex{
			display: flex;
			flex-wrap: wrap;
		}
		.justify-content-center{
			justify-content: center;
		}

		.expertise-section .mb-4{
			margin: 15px 0;
		}

		.pt0{
			padding-top: 0px !important;
		}
		
		.mt-5{
		    margin-top: 30px;
		}



		.content-section .expertise-section ul li{
			padding: 12px 0 12px 0px;
			color: #313131;
		}
		.content-section .expertise-section ul li span{
			font-size: 20px;
		}

		.section-title-container2::before {
			width: 42%;
			left: 0;
			transform: translateX(0%);
		}
		.section-title-container2::after {
			width: 42%;
			left: 0;
			transform: translateX(0%);
		}
		.who-rw{
			padding-right: 30px;
		}

		.who-btn{
			margin-top: 20px;
		}
		.who-btn a:nth-child(2){
			margin-left: 6px;
		}
		/*.legalvideo{*/
		/*	height: 460px;*/
		/*}*/
		.legalvideo video{
			width: 100%;
			height: 100%;
			object-fit: cover;
			border-radius: 12px;
		}
        .who-sec{
            position: relative;
        }

        .whoimg{
            width: 100%;
            border-radius: 12px;
            overflow: hidden;
            height: 100%;
        }
        .whoimg img{
            widtH: 100%;
            height: 100%;
        }
        .who-a{
            width: 100%;
            /*max-width: 56%;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
    background-color: #f8f9fa;
    padding: 35px;
    border-radius: 12px;
        }

        .who-sec .section-title-container {
            position: relative;
            margin-bottom: 25px;
            /*padding: 16px 0px 24px;*/
        }
        .who-sec .h2{
            font-size: 25px;
        }

/* Basic CSS for demonstration */
.testi{
    padding-bottom: 60px;
}
.op-header{
    padding: 5px 0;
    box-shadow: 0px 0px 20px 2px #000;
}
.banner{
    padding-top: 72px;
}
.banner img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.industry-recognition {
    background-color: #f8f9fa; /* Light background for contrast */
}


.mb-0{
	margin-bottom: 0!important;
}

.padb60{
	padding-bottom: 60px;
}
.p-heading{
	text-align: center;
    margin-bottom: 30px;
    font-size: 1.5em;
    margin-bottom: 20px !important;
}
.main-heading strong {
    font-weight: bold;
  }

  .grid-item {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .grid-item img.icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    background-color: #3c3c3c; /* Dark background for icons */
    border-radius: 50%; /* Make icon background circular */
    padding: 10px; /* Padding around the icon itself */
    box-sizing: border-box; /* Ensure padding doesn't add to width/height */
  }
  .grid-item p {
    font-size: 0.9em;
    color: #333;
    margin: 0 !important; 
  }

  .legislation-dark-box{
    background-color: #c22725; /* Dark brown from original */
        color: white;
  }

  .legislation-dark-box p {
    color: white;
    font-weight: bold;
    font-size: 1.05em;
}



 .icon-placeholder {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    background-color: #c22725; /* Dark background for icons */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8em;
}

.legislation-gov .col-md-4{
    margin: 12px 0px;
}


.expertise-item {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow:0 4px 15px rgb(255 148 148 / 42%);
    border-left: 5px solid #c22725; /* Dark Blue */
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
.expertise-item div i{
    font-size: 2em;
    color: #c22725; /* Dark Blue */
    margin-bottom: 15px;
    display: block;
}
.service-btn{
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-size: 14px;
}
.service-btn i{
    margin-left: 5px;
    transition: all 0.3s ease;
}
.service-btn:hover i{
    margin-left: 10px;
    transition: all 0.3s ease;
}

.expertise-item h3 {
    font-size: 1.3em;
    margin-bottom: 12px;
    color: #c22725;
}

.expertise-item p{
    margin: 0 !important;
}

.our-service .col-md-3{
    margin: 12px 0px;
}

.faq-section {
    padding-bottom: 60px;
    background-color: #ffffff;
}
.faq-item {
    background-color: #f8f9fa;
    margin-bottom: 12px;
    border-radius: 8px;
    
}
.faq-question {
    padding: 25px 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #c22725;
    font-size: 20px;
    margin: 0;
    line-height: 22px;
}
.faq-question i {
    transition: transform 0.3s ease;
    color: #c22725;
}
.faq-answer {
    padding: 20px;
    display: none;
    border-top: 1px solid #e0e0e0;
    color: #000000;
}
.faq-item.active .faq-question i {
    transform: rotate(180deg);
}
.faq-item.active .faq-answer {
    display: block;
}


/* slider */

.contol_custom {
    width: auto;
    position: absolute;
    top: 0px;
    z-index: 3;
    display: flex
;
    margin-top: 0px;
}
.contol_custom span {
    width: 45px;
    height: 45px;
    display: flex
;
    align-items: center;
    justify-content: center;
    line-height: 21px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #c22725;
    border-image: initial;
    border-radius: 8px;
    background: #c22725;
    padding: 10px;
    margin: 0px;
    transition: 0.3s ease-in-out;
    border-radius: 100%;
}
.contol_custom span img {
    width: 100%;
    height: 100%;
}
.contol_custom span.Arrowfpleft {
    margin-left: 10px;
}

.testimonialslider .testimonial-details {
    background-color: #f8f9fa; /* Light grey background for cards */
    padding: 30px 50px; /* Padding inside the card */
    margin: 0 10px; /* Creates space between cards - Slick might also add its own */
    border-radius: 5px; /* Slightly rounded corners */
    box-shadow: 0 2px 4px rgba(0,0,0,0.05); /* Subtle shadow */
    text-align: left; /* Text aligned to the left */
    height: 100%; /* Helps if slides have varying content length, makes them equal height */
    display: flex;
    flex-direction: column;
}

.testimonialslider .testimonial-details p {
    font-size: 15px;
    line-height: 1.6;
    color: #555; /* Greyish color for testimonial text */
    margin-bottom: 15px; /* Space between text and author name */
    flex-grow: 1; /* Allows paragraph to take up available space */
}

.testimonialslider .testimonial-details h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000; /* Black color for author name */
    margin-top: auto; /* Pushes the name to the bottom if p is flex-grow */
    margin-bottom: 0; /* Reset bottom margin */
}

.test-top{
    margin-top: 30px;
}


.cta-banner {
    /* Gradient based on the image - from a very dark red/black to a brighter red */
    background-image: linear-gradient(to right, #1a0000, #4d0000, #800000, #b30000);
    /* A slightly different gradient that might look closer to the example: */
    /* background-image: linear-gradient(to right, #2c0b0b, #6a0000 70%, #a00000); */
    color: #ffffff; /* White text */
    padding: 40px 0; /* Adjust padding as needed */
    width: 100%;
}

.banner-text h2 {
    font-size: 28px; /* Adjust size as needed */
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

.banner-text p {
    font-size: 16px; /* Adjust size as needed */
    margin-top: 0;
    margin-bottom: 0;
    opacity: 0.9; /* Slightly less prominent than the heading */
}

.banner-action{
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-top{
    margin-top: 40px;
}

.post{
    border: 2px solid #921e1c61;
    padding: 16px;
}

.blog-top h3{
    font-size: 20px;
}

.post-date{
    font-size: 13px;
}

.post-excerpt{
    margin-top: 15px !important;
    display: -webkit-box;
  -webkit-line-clamp: 2;      /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mt-4{
    margin-top: 2.5rem;
}

.ahieve-goal{
    padding-top: 40px;
}

.achieve-goal-inner{
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.circle-diagram{
    width: 40%;
    height: 400px;
}


.achieve-txt{
    position: absolute;
}

.achieve-txt1{
    top: 1%;
    left:16%;
    text-align: right;
}
.achieve-txt1 h3{
    color: #8259d4;
    font-size: 24px;
}
.achieve-txt p{
    color: #000;
    line-height: 20px;
}
.achieve-txt2{
    top: 40%;
    left:5%;
    text-align: right;
}
.achieve-txt2 h3{
    color: #e99f36;
    
}
.achieve-txt h3{
font-size: 24px;
}

.achieve-txt3{
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
}
.achieve-txt3 h3{
    color: #25b9c3;
    
}

.achieve-txt4{
    top: 1%;
    right:16%;
    text-align: left;
    width: fit-content;
}
.achieve-txt4 h3{
    color: #36b47c;
}

.achieve-txt5{
    top: 40%;
    right:9%;
    text-align: left;
    width: fit-content;
}
.achieve-txt5 h3{
    color: #4483e5;
}

.pentagaon-dia{
    width: 70px;
    height: 60px;
    position: absolute;
}
.pentagaon-dia1{
    top: 22%;
    left: 40%;
}
.pentagaon-dia0{
    width: 70px;
    height: 60px;
    position: absolute;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;    
}
.pentagaon-dia01{
    background-color: #8259d4;
}
.pentagaon-dia::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    
    
}
.pentagaon-dia1::after{
    right: 5px;
    top: 43px;
    transform: rotate(16deg);
    background-color: #8259d4;
}
.pentagaon-dia2{
    top: 43%;
    left: 36%;
}
.pentagaon-dia2::after {
    top: 10px;
    right: -8px;
    transform: rotate(63deg);
    background-color: #e99f36;
}
.pentagaon-dia02{
    background-color: #e99f36;
}
.pentagaon-dia3{
    bottom: 29%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.pentagaon-dia03{
    background-color: #25b9c3;
}
.pentagaon-dia3::after {
    top: -13px;
    right: 25px;
    /* transform: rotate(63deg); */
    background-color: #25b9c3;
}
.pentagaon-dia4{
    top: 22%;
    right: 40%;
}
.pentagaon-dia04{
    background-color: #36b47c;
}
.pentagaon-dia4::after {
    bottom: -8px;
    left: 13px;
    transform: rotate(90deg);
    background-color: #36b47c;
}
.pentagaon-dia5{
    top: 43%;
    right: 36%;
}
.pentagaon-dia05{
    background-color: #4483e5;
}
.pentagaon-dia5::after {
    top: 8px;
    left: -3px;
    transform: rotate(63deg);
    background-color: #4483e5;
}
.pentagaon-dia img{
    max-width: 100%;
    max-height: 100%;
}





/* --- Left Column: Contact Info --- */
.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 32px; /* Spacing between contact items */
    margin-top: 24px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-info-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #c22725;
    color: #ffffff;
    border-radius: 50%;
    font-size: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-info-item span i{
    font-size: 14px;
}

.contact-info-item:hover span {
    transform: scale(1.1);
    box-shadow: 0 8px 15px rgb(146 29 28);
}

.contact-info-item h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    transition: color 0.3s ease;
}

.frmtop{
    margin-top: 40px;
}

.bg-show{
    background-image: url(../images/mlm-map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* --- Right Column: Form Styling --- */
.submitform {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}
.submitform form{
    display: flex
;
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: space-between;
}

.submitform input,
.submitform textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 0px;
    font-size: 1.3rem;
    color: #000000;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.submitform input#email{    
    width: 49%;
}
.submitform input#phone{
	width: 49%;
}
.bgtrans{
    background: transparent;
}

.submitform input:focus,
.submitform textarea:focus {
    outline: none;
    border-color: #c22725;
    box-shadow: 0 0 0 2px rgb(217 173 160);
}

.submitform ::placeholder {
    color: #000000;
}

.submitform textarea {
    resize: vertical; /* Allow vertical resize, disable horizontal */
    min-height: 80px;
}

.submitform .btn {
    width: 100%;
    background: #c22725;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
    padding: 16px;
    border-radius: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 0; /* No margin on the last element */
    border: 0;
}

.submitform .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px #c22725;
}


.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* --- Main Footer Section --- */
.site-footer {
   background: #000000;
}
.footerlogo{
    width: 156px;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 25px;
}

.footer-main {
    padding: 60px 0;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0; /* Vertical gap for mobile */
}

.footer-col {
    padding: 0 15px;
    box-sizing: border-box;
}

p{
    text-wrap: balance;
}

/* Column widths */
.footer-col-about { flex: 1 1 300px; }
.footer-col-links { flex: 1 1 300px; }
.footer-col-contact { flex: 1 1 300px; }


.footer-col p {
    line-height: 1.7;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
}

.footer-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 0;
}

.footer-list li i.fa-check{
    margin-right: 10px;
}
.footer-list li a{
    color: #fff;
    font-size: 14px;
}

/* Quick Links styling */
.quick-links-wrapper {
    display: flex;
    gap: 30px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-list2 li{
    margin-bottom: 12px;
}

.footer-list li {
    display: flex;
    align-items: center;
}

.footer-list li i {
    color: #c22725;
    font-size: 14px;
}
.social-icons li i{
    color: #fff;
}

/* Contact Info styling */
.contact-info li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
}
.contact-info li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
    color: #c22725;
}
.contact-info li span{
    color: #fff;
    font-size: 14px;
}
.contact-info hr {
    border: 0;
    height: 1px;
    background-color: #444;
    margin: 20px 0;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}
.social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(146 29 28);
    color: #fff;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.social-icons li a:hover {
    background-color: rgb(146 29 28);
    transform: translateY(-3px);
    color: #fff;
}

/* --- SEO Links Section --- */
.footer-seo-links {
    padding: 20px 0;
    background-color: #c22725;
    text-align: center;
}
.footer-seo-links a {
    margin: 0 8px;
    font-size: 14px;
    line-height: 1.8;
    display: inline-block;
    color: #fff;
}

/* --- Bottom Copyright Bar --- */
.footer-bottom {
    padding: 8px 0;
    text-align: center;
    font-size: 12px;
    color: #ffffff6e;
}

/* --- Floating Chat Widgets --- */
.floating-widgets {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.whatsapp-widget a, .chat-widget a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: white;
    font-size: 28px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}
.whatsapp-widget a:hover, .chat-widget a:hover {
    transform: scale(1.1);
}

.whatsapp-widget a { background-color: #25d366; }
.chat-widget a { background-color: #e63946; }

.chat-widget { position: relative; }
.chat-widget .chat-text {
    position: absolute;
    bottom: 65px;
    right: 10px;
    color: #1d3557;
    font-weight: 600;
    font-size: 1rem;
    white-space: nowrap;
}

.chat-widget .hand-icon {
    position: absolute;
    bottom: 10px;
    right: 65px;
    font-size: 2rem;
    transform: rotate(-30deg);
    animation: wave 1.5s infinite;
}

.chat-widget .notification-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    color: #e63946;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

/*  */
.ctcbtn{
    display: none;
}

.goal-0{
    padding: 25px;
    background-color: #c22725;
    display: flex;
    flex-direction: column;
    color: #fff;
    border-radius: 12px;
}

.goal-1{
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px;
}

.goal-2 h3{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.goal-2 p{
    font-size: 14px;
    margin-bottom: 0 !important;
}
.mt30{
    margin-top: 30px;
}

@keyframes wave {
    0%, 60%, 100% { transform: rotate(-30deg); }
    10%, 30% { transform: rotate(-15deg); }
    20%, 40% { transform: rotate(-35deg); }
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .footer-col-about, .footer-col-links, .footer-col-contact {
        flex-basis: 45%; /* Two columns layout */
    }
}

@media (max-width: 768px) {
    .footer-row {
        flex-direction: column;
        gap: 40px;
    }
    .footer-col {
        padding: 0;
    }
     .quick-links-wrapper {
        gap: 40px;
    }
}






        /* Responsive adjustments for lines */
        @media (max-width: 768px) {
            .section-title-container::before,
            .section-title-container::after {
                width: 90%;
            }
            .section-title {
                font-size: 24px;
            }
            body{
    margin-bottom: 48px;
}
        }