/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 20 2026 | 09:01:56 */
.new_pg h1 {
	margin-bottom:0px !important;
}
#rs-blog-slider .prelements-blog-slider .pre-blog-item .pre-image-wrap .rs--thum img {
    width: 100%;
    height: 250px;
    transition: all 
linear 0.3s;
}
.rs-blog-slider .prelements-blog-slider .pre-blog-item .pre-image-wrap .rs--thum img {
    width: 100%;
    height: 250px;
    transition: all 
linear 0.3s;
}
#rs-blog-slider .pre-blog-content {
	height: 225px;}

.rs-blog-slider .pre-blog-content {
    height: 225px;
}
.howit .desc-text {
    color: lightblue !important;
}
.howit .desc-text:hover {
    color: #fff !important;
}

/* mobile menu css */
/* ========== OFFCANVAS CUSTOM STYLING ========== */
@media (max-width: 767px) {
.rs-offcanvas-area .right_menu_togle {
    background-color: #000 !important; /* Black background */
    color: #fff !important; /* White text */
    padding: 30px 20px;
}
.e-fab-tiktok {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.rs-offcanvas-area .right_menu_togle .footer_social li a {
    width: 36px;
    height: 36px;
    background: none;
    border-radius: 50%;
    font-size: 16px;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.062745098);
    fill: white;
}
/* Close button icon */
.rs-offcanvas-area .right_menu_togle .rsoffwrap-close i {
    color: #fff !important;
    font-size: 28px;
    transition: color 0.3s ease;
}
.rs-offcanvas-area .right_menu_togle .rsoffwrap-close:hover i {
    color: #493a9f !important; /* Accent hover color */
}

/* Logo alignment */
.rs-offcanvas-area .right_menu_togle .sidebar-offcanvas-menu-logo img {
/*     filter: brightness(0) invert(1);  */
    margin-bottom: 20px;
}

/* Paragraph and text */
.rs-offcanvas-area .right_menu_togle p,
.rs-offcanvas-area .right_menu_togle span,
.rs-offcanvas-area .right_menu_togle a {
    color: #fff !important;
}

/* Contact info icons */
.rs-offcanvas-area .right_menu_togle .contact-area i {
    color: #fff !important;
    margin-right: 10px;
    transition: color 0.3s ease;
}
.rs-offcanvas-area .right_menu_togle .contact-area li:hover i {
    color: #493a9f !important;
}

/* Gallery image hover effect */
.rs-offcanvas-area .right_menu_togle .gallery-icon img {
    border-radius: 6px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.rs-offcanvas-area .right_menu_togle .gallery-icon:hover img {
    transform: scale(1.05);
    opacity: 0.8;
}

/* Social icons */
.rs-offcanvas-area .right_menu_togle .footer_social li a i {
    color: #fff !important;
    font-size: 18px;
    transition: color 0.3s ease;
}
.rs-offcanvas-area .right_menu_togle .footer_social li a:hover i {
    color: #493a9f !important;
}

/* Navigation menu links */
.rs-offcanvas-area .right_menu_togle .rs_mobile_menu li a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 0;
    display: block;
    transition: color 0.3s ease;
}
.rs-offcanvas-area .right_menu_togle .rs_mobile_menu li a:hover {
    color: #493a9f !important;
}

/* Dropdown arrows */
.rs-offcanvas-area .right_menu_togle .submenu-button i {
    color: #fff !important;
    transition: color 0.3s ease;
}
.rs-offcanvas-area .right_menu_togle .submenu-button:hover i {
    color: #493a9f !important;
}
	/* mobile menu css end */
	/* Ensure footer gallery shows in 3 columns */
.footer-gal .gallery {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2px; /* adjust spacing between images */
}

.footer-gal .gallery-item {
    width: 100% !important;
    margin: 0 !important;
}

.footer-gal .gallery-icon img {
    width: 100%;
    height: auto;
    border-radius: 1px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-gal .gallery-icon:hover img {
    transform: scale(1.05);
    opacity: 0.85;
}

}


/* Form wrapper */
#contactform {
    max-width: 800px;
    margin: 0 auto;
  
}

#contactform input[type="text"],
#contactform input[type="email"],
#contactform input[type="file"],
#contactform select,
#contactform textarea {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    transition: 0.3s;
    background-color: #fff;
}

/* Hide the original checkbox */
#contactform input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 18px;
    height: 18px;
    margin: 0;
}

/* Custom checkbox */
#contactform input[type="checkbox"] + label {
    position: relative;
    padding-left: 28px; /* space for custom checkbox */
    cursor: pointer;
    display: inline-block;
    line-height: 18px;
	color: #1b1a1a;
}

/* The box */
#contactform input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
   border: 2px solid #1b1a1a;
    border-radius: 4px;
    background-color: #fff; /* checkbox background */
    box-sizing: border-box;
}

/* The checkmark */
#contactform input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 6px;
    height: 12px;
 border: 2px solid #1b1a1a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}



/* Focus style */
#contactform input:focus,
#contactform select:focus,
#contactform textarea:focus {
    border-color: #d09030; /* your highlight color */
    box-shadow: 0 0 5px rgba(208, 144, 48, 0.4);
}

/* Input icons */
#contactform input#form-field-name {
/*     background: url('data:image/svg+xml;utf8,<svg fill="gray" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 12c2.7 0 5-2.3 5-5s-2.3-5-5-5-5 2.3-5 5 2.3 5 5 5zm0 2c-3.3 0-10 1.7-10 5v3h20v-3c0-3.3-6.7-5-10-5z"/></svg>') no-repeat right 12px center; */
    background-size: 20px 20px;
}

#contactform input#form-field-email {
/*     background: url('data:image/svg+xml;utf8,<svg fill="gray" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 4v16h20V4H2zm10 9l-8-5h16l-8 5zm-8-3.5V6l8 5 8-5v3.5l-8 5-8-5z"/></svg>') no-repeat right 12px center; */
    background-size: 20px 20px;
}

#contactform input#form-field-field_5340e7b {
/*     background: url('data:image/svg+xml;utf8,<svg fill="gray" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.62 10.79a15.05 15.05 0 006.59 6.59l2.2-2.2a1 1 0 011.11-.21 11.72 11.72 0 003.63.58 1 1 0 011 1V20a1 1 0 01-1 1A17 17 0 013 4a1 1 0 011-1h3.5a1 1 0 011 1 11.72 11.72 0 00.58 3.63 1 1 0 01-.21 1.11l-2.2 2.2z"/></svg>') no-repeat right 12px center; */
    background-size: 20px 20px;
}

#contactform select#form-field-field_9275095 {
/*     background: url('data:image/svg+xml;utf8,<svg fill="gray" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5H7z"/></svg>') no-repeat right 12px center; */
    background-size: 18px 18px;
    appearance: none;
}

/* Textarea icon */
#contactform textarea#form-field-field_ff5192a {
/*     background: url('data:image/svg+xml;utf8,<svg fill="gray" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 3h18v18H3V3zm2 2v14h14V5H5zm3 3h8v2H8V8zm0 4h8v2H8v-2z"/></svg>') no-repeat right 12px top 12px; */
    background-size: 18px 18px;
}

/* Submit button */
#contactform button#contact-btn {
    background-color: #48399D;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
   
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
/*     background-image: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 12h14M13 5l7 7-7 7"/></svg>'); */
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px 18px;
}



/* Hide the native file input in the contactform */
#contactform #form-field-field_1b04357 {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
#contactform .select-caret-down-wrapper {
    display: none;
}
/* Style the custom file upload box */
#contactform .custom-upload-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
 
  cursor: pointer;
  transition: border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
	width:100%;
}

#contactform .custom-upload-box:hover {
  border-color: #493a9f;
}

#contactform .custom-upload-box img {
  width: 40px;
  margin-bottom: 10px;
}

#contactform .custom-upload-box strong {
  font-size: 18px;
  color: #222;
}

#contactform .custom-upload-box p {
  font-size: 14px;
  color: #666;
  margin: 5px 0 10px;
}

#contactform .custom-upload-box .file-name {
  font-size: 13px;
  color: #333;

}







/* Form wrapper */
#hcontactform {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
}

#hcontactform input[type="text"],
#hcontactform input[type="email"],
#hcontactform input[type="file"],
#hcontactform select,
#hcontactform textarea {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    transition: 0.3s;
    background-color: #fff;
}

/* Hide the original checkbox */
#hcontactform input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 18px;
    height: 18px;
    margin: 0;
}

/* Custom checkbox */
#hcontactform input[type="checkbox"] + label {
    position: relative;
    padding-left: 28px; /* space for custom checkbox */
    cursor: pointer;
    display: inline-block;
    line-height: 18px;
	 color: #fff;
	font-family: 'Barlow';
}

/* The box */
#hcontactform input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
 border: 2px solid #1b1a1a;
    border-radius: 4px;
    background-color: #fff; /* checkbox background */
    box-sizing: border-box;
	font-family: 'Barlow';
}

/* The checkmark */
#hcontactform input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 6px;
    height: 12px;
   border: 2px solid #1b1a1a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
	font-family: 'Barlow';
}



/* Focus style */
#hcontactform input:focus,
#hcontactform select:focus,
#hcontactform textarea:focus {
    border-color: #d09030; /* your highlight color */
    box-shadow: 0 0 5px rgba(208, 144, 48, 0.4);
}

/* Input icons */
#hcontactform input#form-field-name {
font-family: 'Barlow';
    background-size: 20px 20px;
}

#hcontactform input#form-field-email {
font-family: 'Barlow';
    background-size: 20px 20px;
}

#hcontactform input#form-field-field_5340e7b {
 font-family: 'Barlow';
    background-size: 20px 20px;
}

#hcontactform select#form-field-field_9275095 {
font-family: 'Barlow';
    background-size: 18px 18px;
    appearance: none;
}

/* Textarea icon */
#hcontactform textarea#form-field-field_ff5192a {
font-family: 'Barlow';
    background-size: 18px 18px;
}

/* Submit button */
#hcontactform button#hcontact-btn {
    background-color: #5F9CE2;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
   font-family: 'Barlow';
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px 18px;
}



/* Hide the native file input in the hcontactform */
#hcontactform #form-field-field_1b04358 {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
#hcontactform .select-caret-down-wrapper {
    display: none;
}
/* Style the custom file upload box */
#hcontactform .custom-upload-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px;
  text-align: center;

  cursor: pointer;
  transition: border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  width:100%;
}

#hcontactform .custom-upload-box:hover {
  border-color: #493a9f;
}

#hcontactform .custom-upload-box img {
  width: 40px;
  margin-bottom: 10px;
}

#hcontactform .custom-upload-box strong {
  font-size: 18px;
color: #fff;;
}

#hcontactform .custom-upload-box p {
  font-size: 14px;
 color: #fff;
  margin: 5px 0 10px;
}

#hcontactform .custom-upload-box .file-name {
  font-size: 13px;
 color: #fff;

}
