/* ========== BROWN NAVBAR ========== */
.navbar-brown {
    background-color: #6d4504 !important;
    box-shadow: 0 2px 10px rgba(109, 69, 4, 0.3);
}

.navbar-brown .navbar-brand i {
    color: white;
    margin-right: 10px;
    transition: color 0.3s;
}

.navbar-brown .navbar-brand i:hover {
    color: #f8d090;
}

.navbar-brown .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    transition: all 0.3s;
}

.navbar-brown .nav-link:hover,
.navbar-brown .nav-link.active {
    color: #fb607f !important;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}

/* ========== FOOTER STYLES ========== */
footer {
    border: none;
    padding: 20px;
    background: #6d4504 !important;
    color: white !important;
    width: 100%;
    clear: both; /* Ensures footer stays at bottom */
}

footer h3 {
    margin-top: 2rem;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

/* Change subscribe button from green to brown */
footer .btn-success {
    background-color: #6d4504 !important;
    border-color: #543502 !important;
    color: white !important;
}

footer .btn-success:hover {
    background-color: #543502 !important;
}


.carrier{
    background-image:url('../images/Twins4.jpg');
    width:auto;
    height:80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
	padding-top:10rem;
}
body{
    background:#f5f1ea;
	margin:auto;
	font-family:Georgia, 'Times New Roman', Times, serif;
	letter-spacing: 1px;
}
i{
	padding:5px;
}

.slider{
    overflow: hidden;
}

.slider figure div{
	width: 20%;
	float: left;
}

.slider figure img{
	width: 100%;
    float: left;
}

.slider figure{
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	animation: 20s slidy infinite;
}

@keyframes slidy{
	0%{
		left: 0%
	}

	10%{
		left: 0%;
	}

	12%{
		left: -100%;
	}

	22%{
		left: -100%;
	}

	24%{
		left: -200%;
	}

	34%{
		left: -200%;
	}

	36%{
		left: -300%;
	}

	46%{
		left: -300%;
	}

	48%{
		left: -400%;
	}

	58%{
		left: -400%;
	}

	60%{
		left: -300%;
	}

	70%{
		left: -300%;
	}

	72%{
		left: -200%;
	}

	82%{
		left: -200%;
	}

	84%{
		left: -100%;
	}

	94%{
		left: -100%;
	}

	96%{
		left: 0%;
	}

	100%{
		left: 0%;
	}
}
.imagesseku{
	float: left;
	clear:right;
	padding:5px;
	padding-left:20px;
}
footer{
	
	border:2px;
	padding:20px;
	background: rgb(25, 1, 1);
	color: white;
	
}
footer h3{
	margin-top:2rem;
	text-align:center;
	font-size:23px;
	font-weight:bold;
}

.flip-box{
	
	display:grid;
	grid-template-columns: repeat(3,1fr);
	margin:1em;
	margin-right: auto;
}
@media(max-width:380px)
{
	.flip-box.flip-card-front{
	    width:200px;
	}
} 

.flip-card {
	background-color: transparent;
	width: 300px;
	height: 300px;
	perspective: 1000px;
		
	
  }
  
  .flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  
  .flip-card-front {
	background-color: #250505;
	color: black;
  }
  
  .flip-card-back {
	background-color: #6d3f048d;
	color: white;
	transform: rotateY(180deg);
  }
  .imgfooter{
	  border-radius:55%;
	  
  }
  .foot{
	  position: relative;
	  text-align:center;
  }
  .foot img{
	  width: 150px;
	  height: 150px;
	  border-radius: 50%;

  }

  .images{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	
  }

  .images img{
	  padding-top:20px;  
  }

  @media screen and (max-width:1000px){
	.images{
		display: grid;
		grid-template-columns:1fr;
		margin:auto;
	  }
  }
  .badge-success {
    background-color: #6d3f046a;
    color: #250505a0;
}
 
	.images h4{
		width:100%;
		display:block;
		text-align:center;
	}
	.bottompics{
		display: grid;
		grid-template-columns:1fr;
		margin-top:20px;
	}
	@media(max-width:1000px){
		.flip-box{
			display: grid;
		grid-template-columns:1fr;
		margin:auto;
		padding-left: 25px;
		}
		
	}
	.container-data{
		text-align: center;
		padding: 20px 30px;
	}
	
	.polaroid img{
		padding-right:20px;
		margin-left:40px;
	}
	.icons i{
		border-radius:50%;
	}

	.more-btn{
		position: relative;
		left: 45%;
		margin:10px 0;
		padding:15px 30px;
	        }
	.content{
		padding-left:10rem;
		padding-top:3em;
	}
	.content .btn{padding:5px;
	margin-left:2px;}
	.content input{
	padding:4px;
	margin-top:3px;}
	footer h2{margin-bottom:1px;}

	/* Media queries */
	@media screen and (max-width:1000px){
	.content{
		display: grid;
		grid-template-columns:1fr;
		margin:auto;
		padding-right:10rem;
		margin-left:-3rem;
		

	}
}
	  @media(max-width:1023px){
	.container-data img{
		display: grid;
		grid-template-columns:repeat(3, 1fr);
		margin:auto;
		padding-right:4rem;
	  }
	 
}
	@media(max-width:1024px){
		.polaroid-content{
			display:grid;
			grid-template-columns:repeat(3,1fr);
			
		}
	}
	/* ========== DROPDOWN MENU STYLING ========== */
.navbar-brown .dropdown-menu {
    background-color: #6d4504 !important;
    border: none;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    padding: 5px 0;
}

.navbar-brown .dropdown-item {
    color: rgba(255,255,255,0.9) !important;
    padding: 10px 20px;
    transition: all 0.3s;
}

.navbar-brown .dropdown-item:hover,
.navbar-brown .dropdown-item:focus {
    color: #fb607f !important;
    background-color: rgba(255,255,255,0.15) !important;
}

.navbar-brown .dropdown-item.active {
    color: #fb607f !important;
    background-color: rgba(255,255,255,0.1) !important;
}
/* ========== SIMPLE HEADER LAYOUT ========== */
/* ========== HEADER CONTACT INFO ========== */
.contact-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.text-lg-right .contact-info {
    justify-content: flex-end;
}

.text-center .contact-info {
    justify-content: center;
}

.contact-info i {
    color: #6d4504 !important;
    font-size: 1.1rem;
}

.contact-text {
    color: #6d4504 !important;
    font-weight: 600;
    font-size: 1rem;
}

.text-brown {
    color: #6d4504 !important;
}

.text-brown:hover {
    color: #fb607f !important;
}

/* Force links to be brown */
.contact-info a {
    color: #6d4504 !important;
    text-decoration: none !important;
}

.contact-info a:hover {
    color: #fb607f !important;
    text-decoration: none !important;
}

.logo-img {
    transition: transform 0.3s;
}

.logo-img:hover {
    transform: scale(1.05);
}

/* Responsive adjustments for contact info */
@media (max-width: 768px) {
    .contact-text {
        font-size: 0.9rem;
    }
    
    .contact-info {
        justify-content: center !important;
    }
    
    .col-md-4 {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .contact-text {
        font-size: 0.8rem;
    }
    
    .logo-img {
        height: 80px !important;
    }
    
    .heading-2 {
        font-size: 1.5rem !important;
    }
}
/* ========== HEADER VERTICAL ALIGNMENT ========== */
.header-contact-wrapper {
    display: flex;
    align-items: flex-start; /* Align items to top instead of center */
    min-height: 120px; /* Give some minimum height */
}

.contact-info-wrapper {
    align-self: flex-start; /* Align to top */
    padding-top: 10px; /* Adjust this value to move up/down */
}

.logo-wrapper {
    align-self: center; /* Keep logo centered vertically */
}

/* Update your existing contact-info styles */
.contact-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
}

.text-lg-right .contact-info {
    justify-content: flex-end;
}