/* =========================================
   1. VARIABLES (Imported from skin-2.css)
   ========================================= */
:root{
	--primary: #009cff;
	--secondary: #13212a;
	--primary-hover: #60cac8;
	--primary-dark: #ea4619;
	--rgba-primary-1: rgba(0,156,255,0.1);
	--rgba-primary-2: rgba(0,156,255,0.2);
	--rgba-primary-3: rgba(0,156,255,0.3);
	--rgba-primary-4: rgba(0,156,255,0.4);
	--rgba-primary-5: rgba(0,156,255,0.5);
	--rgba-primary-6: rgba(0,156,255,0.6);
	--rgba-primary-7: rgba(0,156,255,0.7);
	--rgba-primary-8: rgba(0,156,255,0.8);
	--rgba-primary-9: rgba(0,156,255,0.9);
}

/* Hex */
.menuleft:after,
#loading-area > div,
.bg-primary,
a.bg-primary:hover,
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after,
.site-button,
.owl-theme.dots-style-1 .owl-dots .owl-dot.active span, 
.owl-theme.dots-style-1 .owl-dots .owl-dot:hover span{
    background-color: #009cff;
}
/*Hex color :hover */
.site-button:active,
.site-button:hover,
.site-button:focus,
.active > .site-button,
.bg-primary-dark,
.sidenav .closebtn:hover,
.style-2 .dez-social-icon.dez-border li a:hover{
    background-color: #0084ff;
}
/* Premery text color */
a,
.text-primary,
.site-button.outline,
.dez-countdown .date .time,
.lg-outer .lg-toogle-thumb,
.lg-outer .lg-toogle-thumb:hover,
.s4p_ai-bnr-inr .breadcrumb-row ul li:after,
.s4p_ai-bnr-inr .breadcrumb-row ul li:last-child,
.testimonial-1 .testimonial-position,
.resume-tag .resume-tag-btn strong,
.knowledge-tag li:after,
.site-filters .active > [class*="site-button"]{
    color: #ffffff;
}

/* Border Color color */
.timeline .box-left,
.timeline .box-left:after,
.site-button.outline,
.dez-countdown .date .time{
	border-color:#009cff;
}

.lg-outer .lg-thumb-item.active, 
.lg-outer .lg-thumb-item:hover{
	border-color: #009cff;
}
/* Gradiyant Bottom To Top */
.s4p_ai-gallery-box:after,
.service-box:not(.contact-box):after, 
.service-box:before,
.text-gradient,
.resume-user .site-button,
.extra-nav ul li a.menu-btn{
    background-image: linear-gradient(to top,#0084ff 0,#009cff 100%,#0084ff 100%);
    background-size: 200%;
}
.contact-form .form-group:after,
.button-gradient, 
.progress-bar{
    background-image: linear-gradient(to right,#0084ff 0,#009cff 100%,#0084ff 500%);
    background-size: 200%;
}
.resume-tag .resume-tag-btn,
.knowledge-tag li{
	background-color:rgba(0,156,255,0.1);
	border-color:rgba(0,156,255,0.2);
}
/* text dark */
.text-dark .social-sidebar ul li a,
.text-dark .copyright-fixed,
.text-dark .banner-inner .title,
.text-dark .banner-inner .sub-title,
.text-dark .extra-nav ul li a:not(.menu-btn){
	color:#000000;
}

/* =========================================
   2. GENERIC RESETS (Cherry-picked from style.css)
   ========================================= */
body,
html {
   -moz-osx-font-smoothing: grayscale;
   min-height: 100%;
}

body {
   background-color: #fff;
   font-family: 'Rajdhani', sans-serif;
   font-size: 16px;
   font-weight: 400;
   color: #6f6f6f;
   padding: 0;
   margin: 0;
   overflow-x: hidden;
   -webkit-font-smoothing: antialiased;
   font-smoothing: antialiased;
   display: flex;
   flex-direction: column;
}

a {
   color: #EFBB20;
   outline: 0 none;
   text-decoration: none;
}

a:hover,
a:focus {
   text-decoration: none;
   outline: 0 none;
}

a:active,
a:hover {
   color: #333333;
}

p a {
   color: #333333;
}

img {
   border-style: none;
   height: auto;
   max-width: 100%;
   vertical-align: middle;
}

hr {
   clear: both;
}

button,
select {
   outline: none;
}

section, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, summary {
   display: block;
}

table {
   background-color: transparent;
   width: 100%;
}

table thead th {
   color: #333;
}

table td {
   padding: 15px 10px;
}

p, address, pre, hr, ul, ol, dl, dd, table {
   margin-bottom: 24px;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
   color: #1c1e25;
   font-family: 'Oswald', sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
   color: #1c1e25;
}

h1 { font-size: 36px; line-height: 45px; margin-bottom: 25px; }
h2 { font-size: 60px; line-height: 1.2; margin-bottom: 25px; }
h3 { font-size: 45px; line-height: 1.3; margin-bottom: 20px; }
h4 { font-size: 28px; line-height: 1.2; margin-bottom: 15px; }
h5 { font-size: 24px; line-height: 30px; margin-bottom: 10px; }
h6 { font-size: 18px; line-height: 24px; margin-bottom: 10px; }

/* TEXT & PARAGRAPH */
p {
   line-height: 28px;
   margin-bottom: 24px;
}

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-justify { text-align: justify }

/* LISTS */
dl, ul, ol {
   list-style-position: outside;
   padding: 0;
}
ul, ol {
   margin-bottom: 24px;
   gap: 2vh;
}


/* =========================================
/*==========================
/* Page Layout - Flexbox for No Scrollbar */
   3. LAYOUT & CUSTOM (Migrated from template.css)
   ========================================= */
	Custom css
==========================*/
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
	display: flex;
	flex-direction: column;
}

.page-wraper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow-x: hidden;
}

.page-content {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
}



#pointer-dot {
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border: 2.5px solid white;
	position: fixed;
	border-radius: 4px;
	z-index: 999998;
	pointer-events: none;
	transition: border-color 0.5s;
	mix-blend-mode: difference;
}

#pointer-ring {
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	padding: 20px;
	border: 2px solid var(--primary) !important;
	position: fixed;
	border-radius: 100px;
	z-index: 999999;
	pointer-events: none;
	mix-blend-mode: difference;
}

.menu-btn .menu {
	width: 28px;
	height: 16px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: inline-block;
	margin-left: 20px;
}

.menu-btn .menu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	background: #fff;
}

.menu-btn .menu span:nth-child(1) {
	top: 0px;
	width: 70%;
	left: auto;
	right: 0;
}

.menu-btn .menu span:nth-child(2) {
	top: 7px;
}

.menu-btn .menu span:nth-child(3) {
	top: 14px;
	width: 70%;
	left: auto;
	right: 0;
}

.menu-btn.active .menu span:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-btn.active .menu span:nth-child(2) {
	left: 0;
	width: 0;
}

.menu-btn.active .menu span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.extra-nav ul li a.menu-btn {
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef5525+0,f0342b+100 */
	background: rgb(239, 85, 37);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(239, 85, 37, 1) 0%, rgba(240, 52, 43, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(239, 85, 37, 1) 0%, rgba(240, 52, 43, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(239, 85, 37, 1) 0%, rgba(240, 52, 43, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef5525', endColorstr='#f0342b', GradientType=0);
	/* IE6-9 */
}

/* Menu */
.icon-menu.header-nav {
	padding: 0;
	position: fixed;
	right: -100px;
	padding-top: 100px;
	height: 100%;
	top: 0;
	width: 100px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	background: #fff;
}

.icon-menu.header-nav .nav {
	width: 100%;
}

.icon-menu.header-nav.active {
	right: 0;
}

.icon-menu.header-nav .nav>li {
	width: 100%;
	display: block;
	text-align: center;
}

.icon-menu.header-nav .nav>li>a {
	font-size: 36px;
	color: #000;
	width: 100%;
	display: block;
	border-left: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 38px;
	padding: 28px 20px 28px 20px;
}

.icon-menu.header-nav .nav>li.active>a {
	background: #1c1e25;
	color: #fff;
}






.s4p_ai-bnr-inr+.social-sidebar {
	position: fixed;
}

.s4p_ai-bnr-inr+.social-sidebar ul li a {
	font-weight: 400;
	color: #000;
}






/* Modern Footer Design - Latest 2024 Standards */
.text-gradient {
	background: rgb(239, 85, 37);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(239, 85, 37, 1) 0%, rgba(240, 52, 43, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(239, 85, 37, 1) 0%, rgba(240, 52, 43, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(239, 85, 37, 1) 0%, rgba(240, 52, 43, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef5525', endColorstr='#f0342b', GradientType=0);
	/* IE6-9 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Content Body */
.content-body {
	padding: 0 400px 0 0;
	/*right panel hidden*/
	min-height: 1000px;
	background: #fff;
}

.content-body-inner {
	padding: 100px 100px 70px 100px;
	background-image: url("../images/background/line-bgw-1.4a5cd02b0d31.png");
	-webkit-animation: 30s scroll infinite linear;
	-moz-animation: 30s scroll infinite linear;
	-o-animation: 30s scroll infinite linear;
	-ms-animation: 30s scroll infinite linear;
	animation: 30s scroll infinite linear;
	background-repeat: repeat-y;
	background-size: 100%;
}

.content-body.content-body-full {
	padding: 0;
}

@media only screen and (max-width: 1481px) {
	.content-body-inner {
		padding: 100px 60px 30px 60px;
	}

	.content-body {
		padding: 0 400px 0 0;
	}
}


@-webkit-keyframes scroll {
	100% {
		background-position: center -3000px;
	}
}

.section-head .title {
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.personal-info {
	margin: 0;
	padding: 0;
	list-style: none;
}

.personal-info li {
	color: #747474;
	font-family: 'Poppins', Arial, sans-serif;
	font-weight: 300;
	padding: 10px 0 0px 0;
}

.personal-info li span {
	color: #1c1e25;
	font-weight: 400;
	width: 100px;
	display: inline-block;
}

.service-box {
	background-color: #1c1e25;
	padding: 40px 50px;
	position: relative;
	z-index: 1;
}

.service-box .s4p_ai-tilte {
	font-weight: 400;
	color: #fff;
	letter-spacing: 4px;
}

.service-box .s4p_ai-tilte i {
	display: inline-block;
	width: 30px;
}

.service-box .bg-icon {
	position: absolute;
	right: 10px;
	font-size: 110px;
	bottom: 10px;
	color: #fff;
	opacity: 0.03;
	z-index: -1;
}

.service-box p {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
	color: #fff;
	opacity: 0.5;
	margin-bottom: 0;
}

.service-box p a:hover,
.service-box p a {
	color: inherit;
}

.service-box:after,
.service-box:before {
	content: "";
	background: rgb(239, 85, 37);
	background: -moz-linear-gradient(top, rgba(239, 85, 37, 1) 0%, rgba(240, 52, 43, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(239, 85, 37, 1) 0%, rgba(240, 52, 43, 1) 100%);
	background: linear-gradient(to bottom, rgba(239, 85, 37, 1) 0%, rgba(240, 52, 43, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef5525', endColorstr='#f0342b', GradientType=0);
	position: absolute;
	z-index: 1;
}

.service-box:after {
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
}

.service-box:before {
	width: 10px;
	height: 10px;
	right: 0;
	bottom: 0;
}

.contact-box {
	padding: 30px 40px;
}

.contact-box:after {
	content: attr(data-content);
	font-family: 'Poppins', Arial, sans-serif;
	position: absolute;
	bottom: 0;
	font-size: 78px;
	white-space: nowrap;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0);
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
	right: 0;
	line-height: 70px;
	left: auto;
	top: auto;
	background: transparent;
	width: auto;
	height: auto;
	font-weight: 600;
}

.progress {
	border: 1px solid #d2d2d2;
	background: #fff;
	border-radius: 0;
	padding: 3px;
	height: 15px;
}


.button-gradient,
.progress-bar {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0342b+0,ef5525+100 */
	background: rgb(240, 52, 43);
	/* Old browsers */
	background: -moz-linear-gradient(left, rgba(240, 52, 43, 1) 0%, rgba(239, 85, 37, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(240, 52, 43, 1) 0%, rgba(239, 85, 37, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(240, 52, 43, 1) 0%, rgba(239, 85, 37, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0342b', endColorstr='#ef5525', GradientType=1);
	/* IE6-9 */
}



.resume-tag {}

.resume-tag .resume-tag-btn {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 300;
	background: #fff2ee;
	display: inline-block;
	border: 1px solid #ffe1d8;
	padding: 10px 25px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.resume-tag .resume-tag-btn strong {
	color: #ef5525;
}

.resume-tag .resume-tag-btn span,
.resume-tag .resume-tag-btn a {
	color: #000000;
}

/* Time Line */
.timeline {
	display: flex;
}

.timeline .box-left,
.timeline .box-right {}

.timeline .box-left {
	flex: 0 0 25%;
	max-width: 25%;
	text-align: right;
	padding-right: 30px;
	position: relative;
	border-right: 1px solid #ef5525;
}

.timeline .box-right {
	flex: 0 0 75%;
	max-width: 75%;
	padding-left: 30px;
	padding-bottom: 50px;
}

.timeline .box-left .title {
	font-size: 30px;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

.timeline .box-right .title {
	letter-spacing: 2px;
}

.timeline p {
	margin-bottom: 10px;
}

.timeline p,
.timeline span {
	color: #747474;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
}

.timeline .box-left:after {
	content: "";
	width: 16px;
	height: 16px;
	border: 3px solid #ef5525;
	display: block;
	border-radius: 16px;
	background: #fff;
	position: absolute;
	right: -8px;
	top: 10px;
}

.timeline:last-child .box-right {
	padding-bottom: 0;
}

.contact-form .form-group:after {
	content: "";
	background-image: linear-gradient(to right, #f0342b 0, #ef5525 51%, #f0342b 100%);
	height: 2px;
	width: 100%;
	z-index: 1;
	position: absolute;
	bottom: 0;
	background-size: 200%;
}

.contact-form .form-group label {
	color: #6a6a6a;
	font-weight: 500;
	font-size: 22px;
	position: absolute;
	left: 40px;
	top: 12px;
	margin: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.contact-form .form-group.focused label {
	font-size: 13px;
	top: -10px;
	color: #000;
	font-weight: 600;
}

.contact-form .form-control {
	border: 1px solid #cccccc;
	border-radius: 0;
	border-width: 0 0 1px 0;
	padding: 15px 0 15px 40px;
	background: transparent;
	position: relative;
	font-size: 22px;
	font-weight: 500;
	color: #000;
}

.contact-form input.form-control {
	height: 55px;
}

.contact-form .form-group {
	position: relative;
	z-index: 1;
}

.contact-form .form-group i {
	font-size: 30px;
	position: absolute;
	left: 0;
	top: 11px;
}

.contact-form textarea.form-control {
	min-height: 200px;
}


.sticky-top {
	top: 50px;
}

.maps iframe {
	height: 500px;
}

/* =========================================
   4. INLINE STYLES MIGRATION (from navi-bar.html)
   ========================================= */
.smart-right-navbar {
    position: fixed;
    right: 20px;
    top: 20px;
    padding: 10px 12px;
    z-index: 9999;
    background: #ffffff00;
    border-radius: 99px;
    display: flex;
    gap: 20px;
    align-items: center;
    font-family: 'Inter', 'Roboto', Arial, sans-serif;
  }

  .smart-nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: #ffffff;
    background: rgba(24, 24, 27, 0.88);
    text-decoration: none;
    font-size: 1rem;
    border-radius: 18px;
    padding: 6px 16px;
    transition: background .18s, color .18s;
    letter-spacing: .01em;
  }

  .smart-nav-link.active,
  .smart-nav-link:hover {
    background: linear-gradient(90deg, #2563eb 60%, #38bdf8 100%);
    color: #ffffff;
  }

  /* Simple AI/data icon - minimal style */
  .smart-icon {
    font-size: 1em;
    opacity: .82;
    display: inline-block;
    margin-right: 2px;
  }

  /* Small screen responsive (optional) */
  @media (max-width:720px) {
    .smart-right-navbar {
      right: 12px;
      top: 10px;
      padding: 5px 7px;
      gap: 8px;
    }

    .smart-nav-link {
      font-size: .99em;
      padding: 4px 8px;
    }
  }




/* =========================================
   Styles from resume.html
   ========================================= */
.certification-box {
        background: linear-gradient(45deg, #f3f3f3, #ffffff);
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        transition: transform 0.3s ease;
    }
    .certification-box:hover { transform: translateY(-5px);}
    .skill-item {
        position: relative;
        cursor: pointer;
        padding: 10px;
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }
    .skill-item:hover { background-color: #f8f9fa;}
    .skill-tooltip {
        display: none; position: absolute; background: #333;
        color: white; padding: 10px; border-radius: 5px; z-index: 1000; width: 250px;
        left: 100%; top: 50%; transform: translateY(-50%); margin-left: 10px;
    }
    .skill-item:hover .skill-tooltip { display: block;}
    .highlight-box {
        background: linear-gradient(45deg, #007bff, #00bcd4);
        color: white;
        padding: 20px;
        border-radius: 10px;
        margin: 20px 0;
    }
    .certification-categories {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        margin-top: 20px;
    }
    .certification-box h4 {
        color: #333;
        margin-bottom: 15px;
        font-size: 1.2em;
    }
    .certification-box ul {
        margin: 0;
        padding-left: 20px;
    }
    .certification-box li {
        margin-bottom: 10px;
        font-size: 0.9em;
    }
    @media (max-width: 768px) {
        .speaking-engagements,
        .certification-categories { grid-template-columns: 1fr; }
    }
    @media (max-width: 992px) {
        .tech-grid { grid-template-columns: repeat(2, 1fr);}
    }
    @media (max-width: 600px) {
        .tech-grid { grid-template-columns: 1fr;}
    }
    .tech-card {
        border-radius: 8px;
        color: #fff;
        padding: 20px 18px 15px 20px;
        box-shadow: 0 2px 14px rgba(0,0,0,0.10);
        margin-bottom: 5px;
        font-size: 0.98em;
    }
    .tech-python { background: linear-gradient(45deg,#388AA0,#246371);}
    .tech-devops { background: linear-gradient(45deg,#6a11cb,#2575fc);}
    .tech-sql { background: linear-gradient(45deg,#BE6A99,#DF3F4E);}
    .tech-nosql { background: linear-gradient(45deg,#638a55,#397041);}
    .tech-rust { background: linear-gradient(45deg,#473b2c,#c75c21);}
    .tech-other { background: linear-gradient(45deg,#7474BF,#348AC7);}
    .tech-card h5 { margin-top: 0; font-weight: bold; font-size:1em; letter-spacing:1px;}
    .tech-card ul { margin:0; margin-top:12px; padding-left:15px;}
    .tech-card li {margin-bottom:5px;}
    /* Psychology Section */
    .psychology-section .disc-chart{max-width:100%;height:auto;margin-top:10px}

/* =========================================
   Styles from about-me.html
   ========================================= */

.achievement-gallery-listing {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    list-style: none;
    padding: 0;
}
.achievement-card-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    width: 33.3333%;
}
@media (max-width: 991px) {
    .achievement-card-container { width: 50%; }
}
@media (max-width: 575px) {
    .achievement-card-container { width: 100%; }
}
.s4p_ai-box.achievement-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,.07);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.s4p_ai-media.achievement-media {
    background: #f8f9fa;
    padding: 18px 12px 12px 12px;
    text-align: center;
}
.s4p_ai-media.achievement-media img {
    width: 100%;
    max-width: 320px;
    height: 170px;
    object-fit: contain;
    transition: transform .2s;
}
.s4p_ai-media.achievement-media img:hover {
    transform: scale(1.03);
}
.s4p_ai-info.achievement-info {
    padding: 16px 18px 14px 18px;
    text-align: center;
    flex: 1 1 auto;
}
.s4p_ai-info.achievement-info h4 {
    margin-bottom: 8px;
    font-size: 1.11rem;
    font-weight: 700;
    color: #20242a;
}
.s4p_ai-info.achievement-info .category {
    font-size: .93rem;
    font-weight: 600;
    color: #60aaff;
    margin-bottom: 4px;
    display: block;
    letter-spacing: .03em;
}
.s4p_ai-info.achievement-info .desc {
    font-size: .98rem;
    color: #36414a;
    margin-bottom: 0;
}
#contact-form-section {
    margin-top: 40px;
    background: #f8f9fb;
    padding: 30px 15px 35px 15px;
    border-radius: 14px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 24px rgba(96,170,255,0.09);
}
#contact-form-section h3 {
    margin-bottom: 20px;
}
