* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
 html {
  scroll-behavior: smooth;
}
.navbar {
    padding: 10px 0px !important;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .15);
}
.logo-img{
	width : 100px;
	height : 52px;
}
.header {
    position: relative; 
    margin-top: 20vh;
}

.header-left-side {
    margin-top: 10vh;
    position: relative;
    z-index: 2;
    text-align: center;
}

.header-left-side h1 {
    font-size: xxx-large;
    margin-bottom: 20px;   
}

@media (max-width: 768px) {
    .navbar {
        padding: 15px !important;
    }
    .header {
        margin-top: 10vh;
        position: relative;
    }
  
    .header-left-side {
        margin-top: 0vh !important;
        /* margin-left: 5%; */
        margin-bottom: 2vh;
        position: absolute; 
        top: 10vh; 
        left: 0;
        right: 0;
        text-align: center;
        z-index: 2;  
    }

    .header-left-side h1 {
        font-size: larger;
        color: black;
        font-weight: 700;
    }

    .header .carousel {
       visibility:hidden; 
    }
    .demo-card {
		margin-top : -60px !important;
	}
    .header .image-box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 500px;
        /* height: 500px; */
        overflow: hidden;
        background-color: #f9f9f9;
        opacity: 0.5; 
        margin-top: -50px;
    }

    .header .image-box img {
        width: 420px;
        max-height: 100%;
        object-fit: contain;
        filter: grayscale(100%); 
    }
	 .custom-navbar .navbar-collapse {
		background-color: #ff5200d6; 
		padding: 1rem;
		color : #fff;
	  }

	  .custom-navbar .navbar-nav .login a {
		 margin-top : 10px;
         background-color: black !important;		 
	  }
      .custom-navbar .navbar-nav .register a{
		 margin-top : 10px;
         background-color: #159b0d !important;
	  }
	 .custom-navbar ul li a {
		  color: #fff;
		  font-weight : bold;
		}
		.custom-navbar .ms-auto {
			display: flex !important;
			flex-direction: row !important;
			margin-left: 80px !important;
				}
}

/* Ensure button is styled properly */
.header-left-side button {
    background-color: #ffcc00;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    z-index: 3;
    position: relative;
}

.travel-partner {
    background-color:#253A5F;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 50px 10px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .15);
}

.travel-partner h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
	color : #fff;
}
@media (max-width: 768px) {
    .travel-partner h2 {
        font-size: large;
    }
}

.partner-img {
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    height: 100px; 
    width: 100%;   
    object-fit: contain; 
}

 
  /* Tablet view: 2 images */
  @media (min-width: 768px) and (max-width: 991px) {
    .carousel-item {
      display: flex;
      justify-content: center;
    }
    .partner-img {
      max-height: 120px;
    }
  }
  
.hello-byo {
   margin-top:70px;
   margin-bottom : 70px;   
}
.blue-line{
	background: #fff;
    border-top: 13px solid #0b74c4;
    text-align: center;
	width : 80%;
	margin : auto;
}
.hello-byo h2 {
    font-size: xxx-large;
    margin: 20px 0 0 0;
	text-align : center;
    line-height: 40px;
    color: #585858;
    font-family: 'ProximaNova-Semibold';
}

.hello-byo h3 {
    color: #000;
	text-align : center;
    font-size: xx-large;
    margin: 10px 0 30px 0;
    padding: 0;
    font-family: 'ProximaNova-Semibold';
}

.hello-byo .video-wrapper {
    width: 78%;
    margin: auto;
    padding: 0;
    position: relative;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
}

.video-wrapper .video-height {
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .hello-byo{
        width: 100%;
    }
    .hello-byo .video-wrapper {
        width: 100%;
        margin: auto;
        padding: 0;
        position: relative;
        box-shadow: 0 3px 30px rgba(0, 0, 0, 0.5);
    }
    .video-wrapper .video-height {
        width: 100%;
        height: 300px;
    }
    .hello-byo h2 {
        font-size: xx-large;
        line-height: 20px;
    }
    
    .hello-byo h3 {       
        font-size: x-large;
    }
}
#features {
  background-color:#253A5F;
  padding-bottom : 30px;
}
section {
  scroll-margin-top: 100px;
}

.feature-icon {
    width: 120px;
    height: 120px;
    /* background-color: #FF5A5F; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 10px;
}

.feature-icon img {
    width: 80px;
    height: 80px;
}
@media (max-width: 768px) {
    .feature-icon img {
        width: 45px;
        height: 45px;
        background-color: #fcd6cb;
    }
    .feature-box {
        background-color: #fcd6cb;
        padding: 8px 0px;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
}
.feature-box {
    display: flex;
	background-color : #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 10px;
	border-radius: 8px;
    margin-bottom: 20px;
	padding : 12px 5px ;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-color: #007BFF; 
    border-radius: 8px;
    cursor: pointer;
    background-color: #fcd6cb; 
  }
.feature-box h5 {
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 10px 0;
}

.feature-box p {
    margin: 0;
    color: #555;
    text-align: start;
    display: -webkit-box;
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#about{
	margin-top : 70px;
	margin-bottom : 70px;
}
.use-crm {
    margin-top: 50px;
    margin-bottom: 30px;
}

.use-crm .video-section {
    width:80%;
    /* margin: auto; */
    padding: 0;
    position: relative;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3);
}

.use-crm .video-section .video-section-height {
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
}
@media (max-width: 768px) {
    .use-crm .video-section {
        width: 100%;
    }
    .use-crm .video-section .video-section-height {
        height: 250px;
    }
    .use-crm .content {
       margin-top: 20px;
    }    
}
.use-crm .content h2 {
    font-weight: bold;
    color: #0e0a1b;
}

.use-crm .content p {
    color: #777;
}

.use-crm .list-group-item {
    border: none;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.use-crm .list-group-item::before {
    content: "✔";
    color: #FF5A5F;
    font-weight: bold;
}

.use-crm .btn-primary {
    background-color: #FF5A5F;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(255, 90, 95, 0.3);
}

.use-crm .btn-primary:hover {
    background-color: #e04e53;
}
.press-release{
	background-color:#253A5F;
	padding-top : 5px;
	padding-bottom : 40px;
}
.press-release .section-title {
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.press-release .section-subtitle {
    text-align: center;
    color: #c1c1c1;
    margin-bottom: 30px;
}

.press-release .card {
    border: none;
    background-color: #f2f2f2;
    padding: 35px;
    border-radius: 10px;
    text-align: center;
}

.press-release .card img {
    width: 100%;
    /* height: 150px; */
    object-fit: contain;
    border-radius: 10px;
}

.press-release .card-title {
    font-size: 16px;
    font-weight: bold;
    color: #ff6600;
    margin-top: 15px;
	display: -webkit-box;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;	
}

.press-release .card-text {
    color: #666;
    font-size: 14px;
    text-align: start;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
	.press-release .card {
		margin-bottom:20px;
}
}
.lead-section {
    text-align: center;
    padding: 50px 20px;
}

.lead-section .lead-card {
    padding: 12px;
    display: flex;
    border-color: #fff;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .15);
    outline: 0;
    margin-bottom: 20px;
    margin-top: 20px;
	cursor: pointer;
}

.lead-section .lead-card img {
    width: 150px;
    height: 100px;
    border-radius: 5px;
    margin-right: 15px;
}

.lead-section .lead-card h5 {
    font-size: 18px;
}
.lead-card.active-card {
  border: 2px solid #ffc107; 
  border-radius : 5px;  
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); 
}
.info-card {
    color: white;
    text-align: center;
    padding: 30px;
    font-weight: bold;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
}

.bg-gradient-blue {
    background: linear-gradient(to right, #005c97, #00c9ff);
}

.bg-gradient-purple {
    background: linear-gradient(to right, #4b0082, #8a2be2);
}

.bg-gradient-orange {
    background: linear-gradient(to right, #e65c00, #f9d423);
}

.info-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    margin-right: 20px;
    opacity: 0.6;
}
@media (max-width: 768px) {
    .info-card {
        margin-bottom: 10px;
    }  
}
.btn-custom {
    background-color: #ff7f27;
    color: white;
    border-radius: 6px;
    padding: 10px 20px;
}
.clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Default: desktop view */
.img-fluid {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 8px;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
  .img-fluid {
    height: 250px;
  }
}
.blog-card .card-title {
display: -webkit-box;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;	
}
.card-img-top {
	width : 100%;
	height:250px;
}
