.drone-mp {
    padding-top: 50px;
    padding-bottom: 40px;
}
.drone-mp h1 {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 30px;
	color: #000000;
	position: relative;
}
.drone-mp h1::after {
    content: '';
    width: 60px;
    height: 4px;
    background: #000000;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}
.drone-mp-image-container {
    text-align: center;
    margin-bottom: 30px;
}
.drone-mp-image-container img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block; /* Ensures the image is a block-level element */
	margin: 0 auto; /* Centers the image horizontally */
}
.drone-mp-section {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}
.drone-mp-section-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.drone-mp-section-content-left {
    flex: 1 1 200px;
}
.drone-mp-section-content-left h4 {
    font-size: 20px;
    font-weight: 600;
    color: #003fa3;
}
.drone-mp-section-content-right {
    flex: 3 1 600px;
}
.drone-mp-section-content-right p{
	margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 1px;
}
.advantage_section {
	
}
.advantage_section h1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 140px;
    height: 2px;
    background-color: #f5821f;
    transform: translate(-50%, 0);
}
.advantage_section h1 {
	text-align: center;
    font-size: 40px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 600;
    color: #221f20;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.advantage_section_inner {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgb(0 0 0 / 22%);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin-bottom: 30px;
}
.advantage_section_inner:hover {
	transform: translateY(-10px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.advantage_section_inner_img {
	position: relative;
	overflow: hidden;
}
.advantage_section_inner_img img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.advantage_section_inner_img::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 51, 102, 0.6), transparent 60%);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
}
.advantage_section_inner:hover .advantage_section_inner_img img {
	transform: scale(1.1);
}
.advantage_section_inner:hover .advantage_section_inner_img::before {
	opacity: 1;
}
.advantage_section_inner_content {
	padding: 20px;
	height: 160px;
}
.advantage_section_inner_content h2 {
	font-size: 18px;
    color: #003366;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: none;
}
.advantage_section_inner_content p {
	font-size: 15px;
    color: #333;
    line-height: 1.6;
    text-align: center;
}
@keyframes pulseZoom {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.07);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes imageGlow {
	0% {
		filter: drop-shadow(0 0 0 rgba(0, 123, 255, 0));
	}
	50% {
		filter: drop-shadow(0 0 15px rgba(0, 123, 255, 0.6));
	}
	100% {
		filter: drop-shadow(0 0 0 rgba(0, 123, 255, 0));
	}
}
.comparison {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.comparison-column {
	flex: 0 0 calc(50% - 10px);
    background: #f5f5f5;
    padding: 20px;
    border-radius: 12px;
    font-size: 15px;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}
.comparison-column:hover {
	transform: translateY(-5px);
}
.comparison-column strong {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	color: #0056d2;
	font-size: 16px;
}
.comparison-column ul{
	margin-left: 15px;
}
.comparison-column ul li{
    list-style: disc;
    margin-bottom: 5px;
}
.collaborations {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.collaborations-column {
	flex: 0 0 calc(100% - 10px);
    background: #f5f5f5;
    padding: 20px;
    border-radius: 12px;
    font-size: 15px;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}
.collaborations-column:hover {
	transform: translateY(-5px);
}
.collaborations-column p {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	color: #3b3b3b;
	font-size: 15px;
}
.collaborations-column ul{
	margin-left: 15px;
	margin-bottom: 15px;
}
.collaborations-column ul li{
    list-style: disc;
    margin-bottom: 5px;
}
.icons-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.icon-item {
    flex: 1 1 120px;
    text-align: center;
    background: #eef3ff;
    padding: 15px;
    border-radius: 12px;
    transition: transform 0.3s ease;
}
.icon-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 86, 210, 0.2);
}
.icon-item img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    animation: pulse 2s infinite;
}
.icon-item h3 {
	margin: 0;
	font-size: 15px;
	color: #003fa3;
	font-weight: 500;
}
.drone-mp-section-btn {
    text-align: center;
    margin-top: 40px;
}
.enquire-button {
	padding: 12px 30px;
	background: #0056d2;
	color: white;
	text-decoration: none;
	border-radius: 999px;
	font-weight: 400;
	transition: background 0.3s ease, transform 0.3s ease;
}
.enquire-button:hover {
    background: #003fa3;
    transform: scale(1.05);
}
.drone-mp-bottom{
	padding-top: 20px;
    padding-bottom: 60px;
}	
.drone-mp-bottom-btn {
    text-align: center;
    margin-top: 0px;
}
.enquire-button {
	padding: 12px 30px;
	background: #0056d2;
	color: white;
	text-decoration: none;
	border-radius: 999px;
	font-weight: 400;
	transition: background 0.3s ease, transform 0.3s ease;
}
.enquire-button:hover {
    background: #003fa3;
    transform: scale(1.05);
}
.about-custom-section {
	padding: 0px 0;
	padding-bottom: 80px;
}
.about-custom-section-inner {
	transition: transform 0.4s ease;
}
.about-custom-section-inner:hover {
	transform: translateY(-5px);
}
.about-custom-section-img img {
	width: 100%;
	height: 100%;
}
.about-custom-section-top{
	text-align: center;
	margin-top: 0;
}
.about-custom-section-top h1{
	text-align: center;
	font-size: 40px;
	position: relative;
	margin-bottom: 40px;
	font-weight: 600;
	color: #221f20;
	letter-spacing: 1px;
	padding-bottom: 10px;
	margin-top: 40px;
}
.about-custom-section-top h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 140px;
    height: 2px;
    background-color: #f5821f;
    transform: translate(-50%, 0);
}
.about-custom-section-top p {
	color: #333;
    font-size: 18px;
    margin: 15px 0;
    line-height: 1.7;
    letter-spacing: 1px;
}
.about-custom-section-top p b {
	color: #00509d;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
}
.features-section {
	background-color: #f1f5f9;
	padding: 60px 0;
}
.features-section h2 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 32px;
}
.features .feature-box {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 0px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.features .feature-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.features .feature-box img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin-bottom: 20px;
}
.features .feature-box h3 {
	font-size: 20px;
    color: #252525;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
    margin-bottom: 10px;
}
.features .feature-box p {
	font-size: 15px;
	color: #555;
}
/* Section 2: Who Can Become a Partner */
.who-can-partner {
	padding: 60px 0;
}
.who-text h3 {
	font-size: 28px;
	margin-bottom: 20px;
}	
.who-text ol {
	padding-left: 25px;
}
.who-text li {
	font-size: 16px;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
	list-style: decimal;
}
.who-text li strong {
	color: #0b5ed7;
}
.who-text li:last-child {
	border-bottom: none;
}
.who-img img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
@media (max-width: 768px) {
    /* Adjusting flex layout for smaller devices */
    .drone-mp-section-content {
		flex-direction: column;
		align-items: center;
    }
    .drone-mp-section-content-left,
    .drone-mp-section-content-right {
		flex: 1 1 100%;
		max-width: 100%;
    }
    .comparison {
		flex-direction: column;
    }
    .comparison-column {
		width: 100%;
		flex: 1 1 95px;
    }
	.collaborations {
		flex-direction: column;
    }
    .collaborations-column {
		width: 100%;
		flex: 1 1 95px;
    }
    .icon-item {
		flex: 1 1 100%;
    }
    .drone-mp h1 {
		font-size: 2rem;
    }
    .drone-mp-section-btn {
		margin-top: 20px;
    }
	.drone-mp-section-content-right p {
		margin-bottom: 0px;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.advantage_section_inner_content {
		padding: 20px;
		height: auto;
	}
	.about-custom-section{
		padding: 40px 15px;
	}
	.about-custom-section-top h1{
		font-size: 21px;
	}
	.about-custom-section-top p{
		font-size: 16px;
	}
	.about-custom-section-top p b {
		font-size: 18px;
	}
	.features .feature-box,
	.who-img img{
		margin-bottom: 20px;
	}
	.who-text{
		margin-bottom: 30px;
	}
	.features-section h2,
	.who-text h2{
		text-align: center;
	}
}
@media (max-width: 480px) {
    /* Further adjustments for very small devices */
    .drone-mp h1 {
		font-size: 1.8rem;
		margin-bottom: 20px;
    }
    .enquire-button {
		padding: 10px 25px;
		font-size: 1rem;
    }
    .icon-item {
		flex: 1 1 100%;
		padding: 12px;
    }
    .comparison-column {
		padding: 15px;
    }
	.collaborations-column {
		padding: 15px;
    }
}
@keyframes pulse {
    0%, 100% {
		transform: scale(1);
    }
    50% {
		transform: scale(1.1);
    }
}
@keyframes fadeIn {
    from {
		opacity: 0;
    }
    to {
		opacity: 1;
    }
}
@keyframes slideUp {
    from {
		transform: translateY(20px);
		opacity: 0;
    }
    to {
		transform: translateY(0);
		opacity: 1;
    }
}