body{
	background-color: #f9f9f9;
	font-family: "Crimson Text";
}

.main{
	background: #fff;
}

/* Hide inner pages by default; jQuery fadeIn reveals them */
.pages {
	display: none;
}

.home-description{
	font-style: italic;
	font-weight: 600;
	font-family: "Crimson";
	font-size: 19px;
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 26px;

}

.social a i{
	height: 40px;
	width: 40px;
	border: 1px solid #111;
	line-height: 40px;
	margin: 0 10px;
	color: #111;
	font-size: 20px;
	padding-bottom: 20px;
	}

.social a:hover i{
	color: #fff;
	border-color: #bb9e7d;
	background-color: #bb9e7d;
	}


@media (min-width: 778px)
{
		.main{
			height: 100vh;
			overflow: hidden;
		}

		.img-rabbit{
			height: 100vh;
			object-fit: cover;
		}

		.btn-group-vertical{
    		padding: 20px 87.5px;
    	}

		.info{
			font-family: "Crimson";
			line-height: 28px;
		    font-size: 16px;
		    padding-top: 15px;
		    padding-right: 50px;
		}
		
		.home-description{
			padding-right: 90px;
			padding-left: 90px;
		}

		/* Flush image column on desktop */
		.left {
			padding: 0;
		}

		/* Allow right column to scroll when content overflows */
		.right {
			overflow-y: auto;
			max-height: 100vh;
			-ms-overflow-style: none;
			scrollbar-width: none;
		}

		.right::-webkit-scrollbar {
			display: none;
		}
}
.img-rabbit{
	width: 100%;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

/* Mobile padding for text content */
@media (max-width: 777px) {
	.right {
		padding: 20px 25px;
	}

	.home-description,
	.subtitle,
	.info {
		padding-right: 10px;
		padding-left: 10px;
	}
}
.btn-rabbit{
	background-color: #fff;
	color: #111;
	font-style: italic;
	border: 1px solid #111;
	border-radius: 0px !important;
	transition: all 0.4s ease-in-out;
	margin-bottom: 16px;
	font-family: "Crimson";
	font-size: 13px;
	cursor: pointer; /* Critical for iOS Safari to recognize as clickable */
}

@media (hover: hover) {
	.btn-rabbit:hover{
		color: #fff;
		background-color: #bb9e7d;
		border-color: #bb9e7d;
	}
}

p{
	color: #585757;
	font-size: 16px;
	
}

.page-title{
	text-transform: uppercase;
	font-family: 'Josefin Sans';
}

/*Home Style*/
.logo{
	padding-top: 66px;
	text-transform: uppercase;
	font-size: 12px;
}

.logo h4{
	font-family: 'Josefin Sans';
}


footer{
	padding: 22px 0 10px 0;
	font-style: italic;
	}


.back{
    width: 170px;    
    font-family: "Crimson";
    font-size: 17px;
    font-style: italic;
    vertical-align: middle;
    text-align: center;
    display: block;
    clear: both;
    margin-top: 70px;	 
}

.back i{
	margin-left: -40px;
    margin-right: 17px;
    font-size: 20px;
}


.form-control{
	margin-top: 30px;
	width: 75%;

}

.btn{
	padding: 10px 60px;
	height: 45px;
	font-size: 16px;
}

.btn-group-vertical{
    font-family: "Josefin Sans";    
}

.about{
	font-family: "Josefin Sans";
	/*margin-top: 35px;*/
	/*margin-bottom: 25px;*/
	font-size: 32px;
	
}
.form-control{
	font-style: italic;
	border-radius: 0;
	font-family: "Crimson";
	font-size: 16px;
}

.page-title{
	
	font-size: 32px;
	font-family: "Josefin Sans";
}

.fa-heartbeat,
.fa-heart {
	    color: #ff5e6c;
}

.botcheck-hidden {
    display: none;
}

.project-item {
    margin-bottom: 20px;
    font-family: "Crimson";
    line-height: 26px;
    font-size: 16px;
    color: #585757;
}

.project-item strong {
    display: block;
    font-size: 18px;
    color: #111;
    margin-bottom: 4px;
}

.project-item a {
    display: inline-block;
    margin-top: 4px;
    color: #bb9e7d;
    font-weight: 700;
}

.services-list {
    margin-top: 20px;
    padding-bottom: 20px;
}

.service-category {
    margin-bottom: 30px;
}

.service-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.icon-box {
    width: 42px;
    height: 42px;
    background-color: rgba(187, 158, 125, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(187, 158, 125, 0.2);
}

.icon-box i {
    color: #bb9e7d;
    font-size: 18px;
}

.service-category h3 {
    font-family: 'Josefin Sans';
    font-size: 22px;
    color: #111;
    margin: 0;
}

.service-category ul {
    list-style-type: none;
    padding-left: 0;
    font-family: "Crimson";
    font-size: 16px;
    line-height: 24px;
    color: #585757;
}

.service-category ul li {
    margin-bottom: 6px;
    padding-left: 20px;
    position: relative;
}

.service-category ul li:before {
    content: "\f105"; /* FontAwesome angle-right */
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    color: #bb9e7d;
}

::selection {
	color: #fff;
   	background-color: #bb9e7d;
}

.bottom{
	padding-right: 20px;
}

.page-title{
	position: relative;
	display: inline-block;
}

.page-title:after,.page-title:before{
	content: '';
	position: absolute;
	height: 1px;
	background-color: black;
	left: 0;
	margin: 2px;
}

.social{
	padding-bottom: 15px;
}

.submit{

	font-family: "Crimson"
	font-size: 16px;
}

.subtitle{
	font-style: italic;
	font-weight: 600;
	font-size: 20px;
	color: #3b3b3b;
	line-height: 28px;
	font-family: "Crimson";
	margin-top: 15px;
	margin-bottom: 20px;
	padding-right: 40px;

	}
.page-title:after{
	width: 75%;
	top: -9px;

}

.page-title:before{
	width: 40%;
	bottom: -7px;
}

#watermark .marker{
	position: absolute;
	font-size: 60px;
	opacity: 0.1;
	font-family: "Josefin Sans";
	text-transform: uppercase;
	left: 0;
	top: -5px;
}

#watermark{
	position: relative;
}

.item{
	
	background-color: #313131;
	color: #f9f9f9;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
    /*margin-left: 0px;*/
}

.owl-theme .owl-controls {
    margin-top: 10px;
    margin-right: 10px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: calc(44% - 40px);
		}

.owl-next{
	right: 0;
	padding-right: 1px;

}

.owl-prev{
	left: 0;
	padding-left: 1px;
}



.owl-theme .owl-controls .owl-nav [class*=owl-]{
	position: absolute;
	border-radius: 0px;
	font-size: 21px;
	padding: 15px 20px;
	margin: 0px;
	background-color: #fff; 

}

.owl-theme .owl-controls .owl-nav [class*=owl-] i{
	color: #333;
	
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	background-color: #bb9e7d;
	border-color: #bb9e7d;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover i{
	color: #fff;
}
@media (max-width: 1024px) and (orientation: landscape){
	.main{
		height: auto;
	}
}
.custom_btn{
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}
.show{
	display: block;
}

/* Privacy Page Styles */
.privacy-content {
    padding-bottom: 40px;
}

#privacy_right {
    overflow-y: auto;
    max-height: 100vh;
    padding-bottom: 60px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#privacy_right::-webkit-scrollbar {
    display: none;
}

.privacy-content h3 {
    font-family: 'Josefin Sans';
    font-size: 18px;
    color: #111;
    margin-top: 20px;
    margin-bottom: 8px;
}

.privacy-content ul {
    font-family: "Crimson Text";
    font-size: 16px;
    line-height: 26px;
    color: #585757;
    padding-left: 20px;
    margin-bottom: 10px;
}

.privacy-content ul li {
    margin-bottom: 4px;
}

.privacy-content a {
    color: #bb9e7d;
    font-weight: 700;
}

/* =============================================
   About Section — Role Cards & Audit
   ============================================= */

.about-roles {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.role-card {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(187,158,125,0.08), rgba(187,158,125,0.18));
    border: 1px solid rgba(187,158,125,0.3);
    transition: all 0.3s ease;
}

.role-card i {
    color: #bb9e7d;
    font-size: 16px;
}

.role-card span {
    font-family: 'Josefin Sans';
    font-size: 12px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.role-card:hover {
    background: linear-gradient(135deg, rgba(187,158,125,0.25), rgba(187,158,125,0.4));
    border-color: #bb9e7d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(187,158,125,0.2);
}

.about-divider {
    width: 60px;
    height: 2px;
    background: #bb9e7d;
    margin: 20px 0;
}

.about-section-title {
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.about-section-title i {
    color: #bb9e7d;
    margin-right: 8px;
}

.audit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 12px 0 16px 0;
}

.audit-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(187,158,125,0.06);
    border-left: 3px solid #bb9e7d;
    font-family: 'Crimson Text';
    font-size: 14px;
    font-weight: 600;
    color: #3a3a3a;
    transition: all 0.3s ease;
}

.audit-item i {
    color: #bb9e7d;
    font-size: 14px;
    min-width: 16px;
}

.audit-item:hover {
    background: rgba(187,158,125,0.15);
    transform: translateX(4px);
}

.audit-highlight {
    position: relative;
    padding: 16px 20px 16px 20px;
    margin: 12px 0 20px 0;
    background: linear-gradient(135deg, rgba(187,158,125,0.06), rgba(187,158,125,0.14));
    border-left: 3px solid #bb9e7d;
}

.audit-highlight > i {
    color: rgba(187,158,125,0.35);
    font-size: 20px;
    position: absolute;
    top: 12px;
    left: 16px;
}

.audit-highlight p {
    font-family: 'Crimson Text';
    font-size: 15px;
    font-style: italic;
    line-height: 24px;
    color: #444;
    margin: 0;
    padding-left: 30px;
}

@media (max-width: 777px) {
    .about-roles {
        gap: 8px;
    }

    .role-card {
        padding: 6px 12px;
    }

    .role-card span {
        font-size: 11px;
    }

    .audit-grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================
   Skills & Expertise Section
   ============================================= */

.skills-grid {
    padding-bottom: 40px;
}

.skill-category {
    margin-bottom: 18px;
}

.skill-cat-title {
    font-family: 'Josefin Sans';
    font-size: 14px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.skill-cat-title i {
    color: #bb9e7d;
    margin-right: 8px;
    font-size: 15px;
}

.skill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.skill-tag {
    display: inline-block;
    font-family: 'Crimson Text';
    font-size: 14px;
    font-weight: 600;
    color: #3a3a3a;
    background: linear-gradient(135deg, rgba(187,158,125,0.08), rgba(187,158,125,0.18));
    border: 1px solid rgba(187,158,125,0.3);
    padding: 5px 14px;
    transition: all 0.3s ease;
}

.skill-tag:hover {
    background: linear-gradient(135deg, rgba(187,158,125,0.25), rgba(187,158,125,0.4));
    border-color: #bb9e7d;
    color: #111;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(187,158,125,0.2);
}

/* =============================================
   Timeline (Experience & Education)
   ============================================= */

.timeline {
    position: relative;
    padding-left: 30px;
    padding-bottom: 40px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 5px;
    bottom: 40px;
    width: 2px;
    background: linear-gradient(to bottom, #bb9e7d, rgba(187,158,125,0.15));
}

.timeline-item {
    position: relative;
    margin-bottom: 28px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: -26px;
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #bb9e7d;
    z-index: 1;
    transition: all 0.3s ease;
}

.timeline-dot.active {
    background: #bb9e7d;
    box-shadow: 0 0 0 4px rgba(187,158,125,0.2);
}

.timeline-item:hover .timeline-dot {
    background: #bb9e7d;
    transform: scale(1.2);
}

.timeline-content {
    padding-left: 8px;
}

.timeline-header h4 {
    font-family: 'Josefin Sans';
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 0 0 2px 0;
    line-height: 1.3;
}

.timeline-company {
    display: block;
    font-family: 'Crimson Text';
    font-size: 15px;
    font-weight: 700;
    color: #bb9e7d;
    margin-bottom: 2px;
}

.timeline-date {
    display: inline-block;
    font-family: 'Josefin Sans';
    font-size: 11px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 2px 10px;
    background: rgba(187,158,125,0.1);
    margin-bottom: 8px;
}

.timeline-desc {
    font-family: 'Crimson Text';
    font-size: 15px;
    line-height: 24px;
    color: #585757;
    margin: 0;
}

/* Timeline responsive adjustments */
@media (max-width: 777px) {
    .timeline {
        padding-left: 25px;
    }

    .timeline::before {
        left: 6px;
    }

    .timeline-dot {
        left: -22px;
        width: 12px;
        height: 12px;
    }

    .timeline-header h4 {
        font-size: 15px;
    }

    .timeline-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .skill-tag {
        font-size: 13px;
        padding: 4px 10px;
    }

    .skill-cat-title {
        font-size: 13px;
    }
}
