html, body { height: auto; }

.btn-primary:hover {
	color: #FFFFFF;
	background-color: #212529;
	border-color: #212529;
}

.main-menu {
	float:right;
	border-bottom:1px solid rgba(0,0,0,0,3);
}

.menu-list {
    flex-direction: row;
}
.sticky .submenu li span a {
	background-color:#182a37 !important;
}

.watersoverlay:hover {
	background-color:rgba(0,0,0,0) !important;
}

.pricing-table{
  font-family: 'Inter', sans-serif;
}

.pricing-table .block-heading {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center; 
}

.pricing-table .block-heading h2 {
  color: #3b99e0;
}

.pricing-table .block-heading p {
  text-align: center;
  max-width: 420px;
  margin: auto;
  opacity: 0.7; 
}

.pricing-table .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
}

.pricing-table .item {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  border-bottom: 2px solid #78c3d9;
  padding: 30px;
  overflow: hidden;
  position: relative; 
  background-image:url('/assets/images/reedbg.jpg');
  background-position: bottom right;
  background-size:50%;
  background-repeat: no-repeat;
}

.pricing-table .col-md-5:not(:last-child) .item {
  margin-bottom: 30px; 
}

.pricing-table .item button {
  font-weight: 600; 
}

.pricing-table .ribbon {
  width: 160px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #4dbe3b;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px; 
}

.pricing-table .item p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7; 
}

.pricing-table .features .feature {
  font-weight: 600; }

.pricing-table .features h4 {
  text-align: center;
  font-size: 18px;
  padding: 5px; 
}

.pricing-table .price h6 {
  margin: 15px 0;
  font-size: 25px;
  text-align: center;
  color: #182a37; 
}

.pricing-table .buy-now button {
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding: 9px 0; 
}


.owl-dot {
border: none;
background-color: transparent;
}

footer li {
    list-style: none;
}

.headertext {
	text-align:center;
	padding-top:65px;
	font-weight:700;
	color:#FFF;
	font-size:40px;
	font-weight:900;
	text-shadow: 2px 2px #000000;
}

#dataform input{
padding: 10px;
font-size: 14px;
font-size: 0.875rem;
-webkit-border-right-radius: 3px;
-moz-border-right-radius: 3px;
-ms-border-right-radius: 3px;
border-right-radius: 3px;
border: 1px solid #d2d8dd;
border-left: none;
border-left-radius:0px !important;
-webkit-border-left-radius: 0px !important;
-moz-border-left-radius: 0px !important;
-ms-border-left-radius: 0px !important;
}

.form-control {
 border-radius:0px;
-webkit-border-right-radius: 0px;
-moz-border-right-radius: 0px;
-ms-border-right-radius: 0px;	
}

.error {
	background-color:#ca020c;
	color:#FFF;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	padding:5px;
	top:10px;
	font-size:12px;
    text-align:left;
}

.sidebox {
	background-color:#FFF;
	padding:10px;
	border:thin;
	border-style:solid;
	border-width:1px;
	border-color:#E5E5E5;
}

*:focus {
  outline: none;
}

  @media (max-width: 767px) {
    width: 100%;
    height: 1px;
    left: 0;
    top: -4px; 
  }
	
  @media (min-width: 768px) {
    width: 1px;
    height: auto;
    left: -1px; 
  }
}

.alert {
    padding: 15px;
    background-color: #fafafa;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-radius :0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
	margin-top:10px;
}
.alert-sm {
    padding: 10px;
    font-size: 80%;
}
.alert-lg {
    padding: 35px;
    font-size: large;
}
.alert-success {
    border-color: #80D651;
}
.alert-success>strong {
    color: #80D651;
}
.alert-info {
    border-color: #45ABCD;
}
.alert-info>strong {
    color: #45ABCD;
}
.alert-warning {
    border-color: #FEAF20;
}
.alert-warning>strong {
    color: #FEAF20;
}
.alert-danger {
    border-color: #d73814;
}
.alert-danger>strong {
    color: #d73814;
}

.box_news {
	background-color:#FFF;
	padding: 15px;
	border-color:#E5E5E5;
	border-width:1px;
	border-style:solid;
	overflow:hidden;
}

.blog p {
	margin:0px;
	margin-top: 15px;
	margin-bottom: 7px;
}

a:hover { 
	cursor:pointer !important; 
}

#toTop {
	visibility:hidden;
}

#menu ul ul li a {
	color:#FFFFFF !important;
	font-size:13px;
}

#menu li a{
	color:#FFFFFF;
	border-bottom: 1px solid transparent;
}

.sticky #menu li a{
	color:#FFFFFF;
    font-weight: 300;
}

.slippy {
	top:32px;
}

#menu li a:hover {
	color: rgb(120, 195, 217) !important;
	border-bottom: 1px solid  rgb(120, 195, 217);
}

#menu .submenu li a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid transparent;
}

.wrapper {
    padding-top:30px;
}

#homepageimage {
        width:400px;
    }

@media (max-width: 991px) {
    
	.slippy {
		top:0px !important;
	}
	
	
	#title {
		margin-top: -40px !important;
		padding-top: 0px !important;
	}
	
	.header {
		width: 100% !important;
		left: 0 !important;
		height: 90px;	
	}
	
    #homepageimage {
        width:350px;
    }


	.hamburger-box {
		top: 20px;
	}
	
	#logo img {
		height: auto !important;
		float: none !important;
	}
    
}

@media (max-width: 768px) {
	
	.header {
		width:100% !important;
		left: 0 !important;
		height:90px;
	}
    
    #homepagetext {
       text-align: center !important;
    } 
    
    #homepageimage {
        width:300px;
    }

	
	#newsletter {
		bottom:-250px;
	}
    
    
}

@media (max-width: 991px) {
    
    .wrapper {
         padding-top:100px !important;   
    }
	
	.headertext {
	padding-top: 5px;
	font-size: 30px;
    }

    .mm-listview {
        flex-direction: column;
    }

    #menulist {
        flex-direction: column;
    }
}

@media (min-width: 991px) {



    
}

@media (max-width: 414px) {
    
    #homepagetext {
       text-align: center !important;
    } 
    
    #homepageimage {
        width:210px;
    }
    
    .wrapper {
         padding-top:110px !important;   
    }

    
    .hero_single {
        height:670px !important;    
    }
    
}

@media (max-width: 375px) {
    
    #homepagetext {
       text-align: center !important;
    } 
    
    #homepageimage {
        width:210px;
    }
    
    .wrapper {
         padding-top:90px !important;   
    }

    
    .hero_single {
        height:670px !important;    
    }
    
}

@media (max-width: 320px) {
    
    #homepagetext {
       text-align: center !important;
    } 
    
    #homepageimage {
        width:210px;
    }
    
    .wrapper {
         padding-top:90px !important;   
    }

    
    .hero_single {
        height:720px !important;    
    }
	
	#header {
		width:100% !important;
		left:0 !important;
	}
    
}

.mm-menu {
      --mm-color-background: #182a37;
      --mm-color-text: #FFF;
      z-index:999999999;
}

.mm-menu.mm-offcanvas {
      background-image:url(/assets/images/swirlsbg.png); 
      background-size:cover;
}

.mm-navbars_bottom {
    --mm-color-background: #0b141b;
}


#pagecontent ul li {
    list-style: disc;
    list-style-position: inside;
}

.zoom {
  transition: transform .2s; /* Animation */
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.wrapper2 {
    background-color: #a12b6b;
    background-color: rgba(161,43,107,.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}


.overlay {
  position: fixed; 
  display: none; 
  width: 100%; 
  height: 100%; 
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.9); 
  z-index: 2; 
  cursor: pointer; 
}

.wrapper:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
}

#articles:before {
content: "";
display: block;
padding-top: 90px; /* header height + empty space */
margin-top: -50px; /* header height to degrees padding’s space */
}

.hamburger-inner {
	top:0px;
}

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

.vertical-dot-nav {
	position: fixed;
    list-style-type:none;
    background-color:red;
    padding: 0 10px 10px 10px;
    opacity:.8;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.vertical-dot-nav .dot {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    padding:2px;
    margin-top:10px;
    margin-left:10px;
    cursor:pointer;
}

.sbl-circ-path {
  height: 48px;
  width: 48px;
  color: rgba(90, 90, 90, 0.2);
  position: relative;
  display: inline-block;
  border: 5px solid;
  border-radius: 50%;
  border-right-color: #5a5a5a;
  animation: rotate 1s linear infinite; }

@keyframes rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

/* Desktop/tablet = normal table */
.contactTable td {
    padding: 6px 8px;
    vertical-align: top;
}

/* Mobile stacked layout */
@media (max-width: 1024px) {

    /* Remove inline heights (fixes overlapping) */
    .contactTable tr,
    .contactTable td {
        height: auto !important;
    }

    /* Reset ALL padding and margins to kill indentation */
    .contactTable td {
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Convert table to vertical block layout */
    .contactTable,
    .contactTable tbody,
    .contactTable tr,
    .contactTable td {
        display: block;
        width: 100%;
    }

    /* Spacing + bottom borders for ALL rows (including last one) */
    .contactTable tr {
        margin-bottom: 1.2rem;
        border-bottom: 1px solid #ddd;
        padding-bottom: 1rem;
    }

    /* Label cell styling (first column) */
    .contactTable td:first-child {
        font-weight: bold;
        font-size: 1.05rem;
        color: #333;
        padding-bottom: 4px !important; /* restore spacing only here */
    }
}